cpu: kw2x: rename vector.c -> vectors.c, add to SRC_NOLTO
This commit is contained in:
parent
5ab97fe38b
commit
76fc7a56c9
@ -4,4 +4,7 @@ MODULE = cpu
|
||||
# add a list of subdirectories, that should also be build
|
||||
DIRS = periph $(RIOTCPU)/cortexm_common $(KINETIS_COMMON)
|
||||
|
||||
# (file triggers compiler bug. see #5775)
|
||||
SRC_NOLTO += vectors.c
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
@ -19,6 +19,6 @@ export CFLAGS += -DCPU_ARCH_$(ARCH)
|
||||
export COMMON_STARTUP = $(KINETIS_COMMON)
|
||||
|
||||
# add the CPU specific system calls implementations for the linker
|
||||
export UNDEF += $(BINDIR)cpu/vector.o
|
||||
export UNDEF += $(BINDIR)cpu/vectors.o
|
||||
|
||||
include $(RIOTCPU)/Makefile.include.cortexm_common
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user