mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
bug fix: rpl was not included correctly
This commit is contained in:
parent
06d5d49e50
commit
aecb4b03cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user