mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
The workaround from #7776 is no longer needed with recent toolchains, e.g. such as the toolchain in the riot/riotbuild docker image.
7 lines
132 B
Makefile
7 lines
132 B
Makefile
# see https://github.com/RIOT-OS/RIOT/issues/5775.
|
|
SRC_NOLTO += vectors_cortexm.c
|
|
|
|
DIRS = periph
|
|
|
|
include $(RIOTBASE)/Makefile.base
|