mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-04 18:31:32 +00:00
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:
commit
7b59e1dbe7
@ -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