mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu: remove exports of UNDEF vars
This commit is contained in:
parent
6a416f894c
commit
92f2b820cd
@ -18,4 +18,4 @@ LINKFLAGS += -T$(RIOTCPU)/$(CPU)/ldscripts/$(CPU).ld
|
||||
LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -nostartfiles
|
||||
LINKFLAGS += -Wl,--gc-sections
|
||||
|
||||
export UNDEF += $(BINDIR)/cpu/startup.o
|
||||
UNDEF += $(BINDIR)/cpu/startup.o
|
||||
|
@ -44,7 +44,7 @@ CFLAGS += \
|
||||
#
|
||||
|
||||
# add the CPU specific flash configuration field for the linker
|
||||
export UNDEF += $(BINDIR)/cpu/fcfield.o
|
||||
UNDEF += $(BINDIR)/cpu/fcfield.o
|
||||
|
||||
# select kinetis periph drivers
|
||||
ifeq (EA,$(KINETIS_SERIES))
|
||||
|
@ -4,7 +4,7 @@ INCLUDES += -I$(RIOTCPU)/msp430_common/include/
|
||||
|
||||
CFLAGS += -DCPU_MODEL_$(call uppercase_and_underscore,$(CPU_MODEL))
|
||||
|
||||
export UNDEF += $(BINDIR)/msp430_common/startup.o
|
||||
UNDEF += $(BINDIR)/msp430_common/startup.o
|
||||
|
||||
# include the msp430 common Makefile
|
||||
include $(RIOTMAKE)/arch/msp430.inc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user