avr-raven needs to be built with uIPv6 - this should hopefully fix the nightly builds
This commit is contained in:
parent
4a494eebb5
commit
2ac1c3e231
|
@ -1,6 +1,11 @@
|
||||||
all: print-version hello-world
|
all: print-version hello-world
|
||||||
CONTIKI = ../../..
|
CONTIKI = ../../..
|
||||||
APPS=serial-shell webserver telnetd
|
APPS=serial-shell webserver telnetd
|
||||||
|
|
||||||
|
ifeq ($(TARGET), avr-raven)
|
||||||
|
UIP_CONF_IPV6=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
print-version:
|
print-version:
|
||||||
@$(CC) --version || echo
|
@$(CC) --version || echo
|
||||||
|
|
Loading…
Reference in a new issue