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:
ISMB Pert 2013-08-07 10:56:51 +02:00 committed by Gianfranco Costamagna
parent d08a87880c
commit c4908d9450

View file

@ -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),)