mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
We cannot fix package headers downstream, so we can just as well tell the compiler to not warn about them.
9 lines
391 B
Makefile
9 lines
391 B
Makefile
# Using -isystem instead of -I to prevent warnings for the following headers
|
|
INCLUDES += -isystem$(PKGDIRBASE)/ccn-lite/src/ccnl-riot/include
|
|
INCLUDES += -isystem$(PKGDIRBASE)/ccn-lite/src/ccnl-core/include
|
|
INCLUDES += -isystem$(PKGDIRBASE)/ccn-lite/src/ccnl-pkt/include
|
|
INCLUDES += -isystem$(PKGDIRBASE)/ccn-lite/src/ccnl-fwd/include
|
|
|
|
CFLAGS += -DCCNL_RIOT
|
|
ARCHIVES += $(BINDIR)/ccn-lite.a
|