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

17 lines
503 B
Makefile
Raw Normal View History

all: webserver6
APPS=raven-webserver raven-lcd-interface
TARGET=avr-raven
UIP_CONF_IPV6=1
2011-08-28 22:11:48 +02:00
#WITH_RPL=1 //RPL is not yet the default.
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Now the default.
2009-07-23 18:13:48 +02:00
#COFFEE_FILES=1 //Use coffee file system in EEPROM
#COFFEE_FILES=2 //Use coffee file system in program flash
#COFFEE_ADDRESS=0xnnnn //Override default coffee file system starting address
CONTIKI = ../..
include $(CONTIKI)/Makefile.include