mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 03:29:51 +00:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
all: webserver6
|
||
|
APPS=raven-webserver raven-lcd-interface
|
||
|
TARGET=avr-raven
|
||
|
|
||
|
UIP_CONF_IPV6=1
|
||
|
|
||
|
CONTIKI = ../..
|
||
|
include $(CONTIKI)/Makefile.include
|