Keep httpd-fsdata.c on a $make clean, add documentation.
[contiki-2.x.git] / examples / webserver-ipv6-raven / Makefile.webserver
blob3faa39b7a3eb05a1f2ecb2335f242d5311800f94
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. Now the default.
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