2008-10-15 20:52:03 +00:00
|
|
|
|
|
|
|
all: webserver6
|
|
|
|
|
|
|
|
APPS=raven-webserver raven-lcd-interface
|
|
|
|
TARGET=avr-raven
|
2011-08-28 20:11:48 +00:00
|
|
|
|
2010-07-30 20:07:41 +00:00
|
|
|
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Now the default.
|
2011-09-10 17:04:21 +00:00
|
|
|
#COFFEE_FILES=1 //Static coffee file system in EEPROM
|
|
|
|
#COFFEE_FILES=2 //Dynamic coffee file system in EEPROM
|
|
|
|
#COFFEE_FILES=3 //Static coffee file system in program flash
|
|
|
|
#COFFEE_FILES=4 //Dynamic coffee file system in program flash
|
2009-07-23 16:13:48 +00:00
|
|
|
#COFFEE_ADDRESS=0xnnnn //Override default coffee file system starting address
|
2008-10-15 20:52:03 +00:00
|
|
|
CONTIKI = ../..
|
|
|
|
|
2014-11-12 09:18:29 +00:00
|
|
|
CONTIKI_WITH_IPV6 = 1
|
2008-10-15 20:52:03 +00:00
|
|
|
include $(CONTIKI)/Makefile.include
|