2016-08-10 16:06:12 +02:00
|
|
|
# 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
|
|
|
|
|
2014-03-26 18:13:43 +01:00
|
|
|
include $(RIOTBASE)/Makefile.base
|