mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:32:46 +01:00
cpu/avr8_common: move ldscripts from atmega_common
The ldscripts are already used for both ATmega and ATxmega, so it makes sense to have them in the common folder.
This commit is contained in:
parent
8f93e42e9c
commit
5cc62437da
@ -18,7 +18,7 @@ CFLAGS += $(CFLAGS_CPU) $(CFLAGS_LINK) $(CFLAGS_DBG) $(CFLAGS_OPT)
|
||||
ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG)
|
||||
|
||||
# needed for xfa support. Order is important.
|
||||
LINKFLAGS += -T$(RIOTCPU)/atmega_common/ldscripts/xfa.ld
|
||||
LINKFLAGS += -T$(RIOTCPU)/avr8_common/ldscripts/xfa.ld
|
||||
|
||||
LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -e reset_handler -Wl,--gc-sections
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user