You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/cpu/cortexm_common/Makefile

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