RPL non-storing: add compile-test to also check for warnings

This commit is contained in:
Simon Duquennoy 2016-04-25 14:55:18 +02:00
parent 1a7133bbf2
commit b32b3f6666
4 changed files with 13 additions and 0 deletions

View file

@ -15,5 +15,9 @@ ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
ifeq ($(MAKE_WITH_NON_STORING),1)
CFLAGS += -DWITH_NON_STORING=1
endif
CONTIKI_WITH_IPV6 = 1
include $(CONTIKI)/Makefile.include