mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 18:52:45 +01:00
8 lines
290 B
Makefile
8 lines
290 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/ccn-lite/src/ccnl-riot/include
|
|
INCLUDES += -I$(PKGDIRBASE)/ccn-lite/src/ccnl-core/include
|
|
INCLUDES += -I$(PKGDIRBASE)/ccn-lite/src/ccnl-pkt/include
|
|
INCLUDES += -I$(PKGDIRBASE)/ccn-lite/src/ccnl-fwd/include
|
|
|
|
CFLAGS += -DCCNL_RIOT
|
|
ARCHIVES += $(BINDIR)/ccn-lite.a
|