Optionally measure ADC2 along with temperature
[contiki-2.x.git] / examples / webserver-ipv6-raven / Makefile.webserver
blobf20594cab077d171c94ca3508e96969aaa3b41bc
2 all: webserver6
4 APPS=raven-webserver raven-lcd-interface
5 TARGET=avr-raven
6 UIP_CONF_IPV6=1
7 #RF230BB=1             //Use radio driver that communicates with the core MAC layer. Still Experimental!
8 #COFFEE_FILES=1        //Use coffee file system in EEPROM
9 #COFFEE_FILES=2        //Use coffee file system in program flash
10 #COFFEE_ADDRESS=0xnnnn //Override default coffee file system starting address
11 CONTIKI = ../..
14 include $(CONTIKI)/Makefile.include