cpu/make.cortexm: s/startup.o/vectors.o/
This commit is contained in:
parent
c286da8d7f
commit
4b65a07adc
@ -33,7 +33,7 @@ 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
|
||||
export UNDEF += $(BINDIR)cpu/vectors.o
|
||||
endif
|
||||
|
||||
# CPU depends on the cortex-m common module, so include it:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user