mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
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
|
||||
CONTIKI = ../../..
|
||||
APPS=serial-shell webserver telnetd
|
||||
|
||||
ifeq ($(TARGET), avr-raven)
|
||||
UIP_CONF_IPV6=1
|
||||
endif
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
print-version:
|
||||
@$(CC) --version || echo
|
||||
|
Loading…
Reference in New Issue
Block a user