Skip to content
Snippets Groups Projects
Commit 7bc468a5 authored by Johann Fischer's avatar Johann Fischer Committed by Johann F
Browse files

Makefile.include.cortex_common: enhancement for kinetis_common

Add a exception for common startup
parent 6dc0e789
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,9 @@ export INCLUDES += -I$(RIOTCPU)/$(CPU)/include ...@@ -29,7 +29,9 @@ export INCLUDES += -I$(RIOTCPU)/$(CPU)/include
# Explicitly tell the linker to link the startup code. # Explicitly tell the linker to link the startup code.
# Without this the interrupt vectors will not be linked correctly! # Without this the interrupt vectors will not be linked correctly!
ifeq ($(COMMON_STARTUP),)
export UNDEF += $(BINDIR)cpu/startup.o export UNDEF += $(BINDIR)cpu/startup.o
endif
# CPU depends on the cortex-m common module, so include it: # CPU depends on the cortex-m common module, so include it:
include $(RIOTCPU)/cortexm_common/Makefile.include include $(RIOTCPU)/cortexm_common/Makefile.include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment