Skip to content
Snippets Groups Projects
Commit 4b65a07a authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/make.cortexm: s/startup.o/vectors.o/

parent c286da8d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment