Fix rpl-udp build failure on native target, reported on contiki mailing list
http://sourceforge.net/mailarchive/forum.php?thread_name=a2b9cb98ac4a191867afc953113fabaa%40amnesiak.org&forum_name=contiki-developers
This commit is contained in:
parent
d08a87880c
commit
c4908d9450
@ -14,6 +14,10 @@ ifeq ($(TARGET),)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(UIP_CONF_IPV6),1)
|
||||||
|
CFLAGS += -DUIP_CONF_IPV6=1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(DEFINES),)
|
ifeq ($(DEFINES),)
|
||||||
-include Makefile.$(TARGET).defines
|
-include Makefile.$(TARGET).defines
|
||||||
ifneq ($(DEFINES),)
|
ifneq ($(DEFINES),)
|
||||||
|
Loading…
Reference in New Issue
Block a user