osd-contiki/examples/webserver-ipv6-raven/Makefile.webserver

12 lines
241 B
Makefile
Raw Normal View History

all: webserver6
APPS=raven-webserver raven-lcd-interface
TARGET=avr-raven
UIP_CONF_IPV6=1
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Still Experimental!
CONTIKI = ../..
include $(CONTIKI)/Makefile.include