avr-raven needs to be built with uIPv6 - this should hopefully fix the nightly builds

This commit is contained in:
adamdunkels 2008-10-30 21:28:20 +00:00
parent 4a494eebb5
commit 2ac1c3e231

View File

@ -1,6 +1,11 @@
all: print-version hello-world
CONTIKI = ../../..
APPS=serial-shell webserver telnetd
ifeq ($(TARGET), avr-raven)
UIP_CONF_IPV6=1
endif
include $(CONTIKI)/Makefile.include
print-version:
@$(CC) --version || echo