mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
29e8bd1351
new cbor pseudomodules: - cbor_ctime - cbor_float - cbor_semantic_tagging
8 lines
120 B
Makefile
8 lines
120 B
Makefile
MODULE = cbor
|
|
|
|
ifneq ($(shell uname -s),Darwin)
|
|
CFLAGS += -D_XOPEN_SOURCE=600
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|