diff --git a/cpu/sam_common/Makefile.include b/cpu/sam_common/Makefile.include index 37d07c52e4..ff1e3f42ca 100644 --- a/cpu/sam_common/Makefile.include +++ b/cpu/sam_common/Makefile.include @@ -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