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:
parent
6dc0e789e1
commit
7bc468a54e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user