mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0feebcb094
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
|