1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/cbor/Makefile
2017-10-24 16:02:58 +02:00

8 lines
121 B
Makefile

MODULE = cbor
ifneq ($(shell uname -s),Darwin)
CFLAGS += -D_XOPEN_SOURCE=600
endif
include $(RIOTBASE)/Makefile.base