1
0
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:
Alexandre Abadie 2020-01-02 09:50:14 +01:00
parent 1e8528d6e8
commit 98b5487802
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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