1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common/Makefile

8 lines
176 B
Makefile
Raw Normal View History

# thread_arch.c's inline assembler breaks when compiling with link time
# optimization. see #5774.
SRC_NOLTO += thread_arch.c
2017-01-13 10:34:19 +01:00
DIRS = periph
include $(RIOTBASE)/Makefile.base