mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/sam_common: remove use of export for LINKFLAGS
This commit is contained in:
parent
1e8528d6e8
commit
98b5487802
@ -5,6 +5,6 @@ CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
|
||||
CFLAGS += -DDONT_USE_CMSIS_INIT
|
||||
|
||||
# for the sam[drl] CPUs we hold all linkerscripts in the sam0 common folder
|
||||
export LINKFLAGS += -L$(RIOTCPU)/sam_common/ldscripts
|
||||
LINKFLAGS += -L$(RIOTCPU)/sam_common/ldscripts
|
||||
|
||||
INCLUDES += -I$(RIOTCPU)/sam_common/include
|
||||
|
Loading…
Reference in New Issue
Block a user