2018-05-23 16:58:25 +02:00
|
|
|
INCLUDES += -I$(PKGDIRBASE)/tinycbor/src
|
2018-09-17 10:07:36 +02:00
|
|
|
|
|
|
|
ifeq (,$(filter tinycbor_float,$(USEMODULE)))
|
|
|
|
CFLAGS += -DCBOR_NO_FLOATING_POINT
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Declare pseudomodules here to be selfcontained
|
|
|
|
PSEUDOMODULES += tinycbor_%
|