2020-05-03 14:35:01 +02:00
|
|
|
MODULE = stm32_vectors
|
|
|
|
|
|
|
|
NO_AUTO_SRC = 1
|
|
|
|
|
2020-05-26 11:12:06 +02:00
|
|
|
SRC_FILE = vectors_$(CPU_FAM).c
|
2020-05-03 14:35:01 +02:00
|
|
|
|
|
|
|
SRCS += $(SRC_FILE)
|
|
|
|
# (file triggers compiler bug. see #5775)
|
|
|
|
SRC_NOLTO += $(SRC_FILE)
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|