1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Makefile.include.cortex_common: enhancement for kinetis_common

Add a exception for common startup
This commit is contained in:
Johann Fischer 2015-05-27 18:13:02 +02:00 committed by Johann F
parent 6dc0e789e1
commit 7bc468a54e

View File

@ -29,7 +29,9 @@ export INCLUDES += -I$(RIOTCPU)/$(CPU)/include
# Explicitly tell the linker to link the startup code.
# Without this the interrupt vectors will not be linked correctly!
ifeq ($(COMMON_STARTUP),)
export UNDEF += $(BINDIR)cpu/startup.o
endif
# CPU depends on the cortex-m common module, so include it:
include $(RIOTCPU)/cortexm_common/Makefile.include