bug fix: rpl was not included correctly

This commit is contained in:
Fredrik Osterlind 2012-01-31 14:53:52 +01:00
parent 06d5d49e50
commit aecb4b03cc

View File

@ -88,6 +88,14 @@ ifdef WITH_UIP
CFLAGS += -DWITH_UIP=1
endif
## Copied from Makefile.include, since Cooja overrides CFLAGS et al
ifdef UIP_CONF_IPV6
CFLAGS += -DUIP_CONF_IPV6=1
ifneq ($(UIP_CONF_RPL),0)
CFLAGS += -DUIP_CONF_IPV6_RPL=1
endif # UIP_CONF_RPL
endif # UIP_CONF_IPV6
REDEF_PRINTF=1 # Redefine functions to enable printf()s inside Cooja
### Define custom targets