Merge pull request #322 from ismb-pert/fix-rpd-udp

Fix build failure on rpl-udp reported on contiki mailing list
This commit is contained in:
George Oikonomou 2013-11-15 13:46:11 -08:00
commit 7b59e1dbe7

View file

@ -14,6 +14,10 @@ ifeq ($(TARGET),)
endif
endif
ifeq ($(UIP_CONF_IPV6),1)
CFLAGS += -DUIP_CONF_IPV6=1
endif
ifeq ($(DEFINES),)
-include Makefile.$(TARGET).defines
ifneq ($(DEFINES),)