mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|