2008-10-15 20:52:03 +00:00
|
|
|
|
|
|
|
all: webserver6
|
|
|
|
|
|
|
|
APPS=raven-webserver raven-lcd-interface
|
|
|
|
TARGET=avr-raven
|
|
|
|
UIP_CONF_IPV6=1
|
2009-07-23 16:13:48 +00:00
|
|
|
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Still Experimental!
|
|
|
|
#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
|
2008-10-15 20:52:03 +00:00
|
|
|
CONTIKI = ../..
|
|
|
|
|
|
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|