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

9 lines
209 B
Makefile
Raw Normal View History

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