Blame view

RIOT/sys/cbor/Makefile 120 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  MODULE = cbor
  
  ifneq ($(shell uname -s),Darwin)
  	CFLAGS += -D_XOPEN_SOURCE=600
  endif
  
  include $(RIOTBASE)/Makefile.base