Blame view

RIOT/tests/fault_handler/Makefile 248 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
  # name of your application
  APPLICATION = fault_handler
  include ../Makefile.tests_common
  
  CFLAGS += -DDEVELHELP=1
  
  ifeq ($(shell uname),Darwin)
  CFLAGS += -Wno-language-extension-token
  endif
  
  USEMODULE += xtimer
  
  include $(RIOTBASE)/Makefile.include