1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00
2017-01-19 11:05:44 +01:00

8 lines
176 B
Makefile

# thread_arch.c's inline assembler breaks when compiling with link time
# optimization. see #5774.
SRC_NOLTO += thread_arch.c
DIRS = periph
include $(RIOTBASE)/Makefile.base