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

8 lines
121 B
Makefile
Raw Normal View History

MODULE = cbor
ifneq ($(shell uname -s),Darwin)
2017-10-24 16:02:58 +02:00
CFLAGS += -D_XOPEN_SOURCE=600
endif
include $(RIOTBASE)/Makefile.base