Blame view

RIOT/cpu/cortexm_common/Makefile 176 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  # 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