2008-10-15 22:52:03 +02:00
|
|
|
|
|
|
|
all: webserver6
|
|
|
|
|
|
|
|
APPS=raven-webserver raven-lcd-interface
|
|
|
|
TARGET=avr-raven
|
2011-08-28 22:11:48 +02:00
|
|
|
|
2010-07-30 22:07:41 +02:00
|
|
|
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Now the default.
|
2011-09-10 19:04:21 +02: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 18:13:48 +02:00
|
|
|
#COFFEE_ADDRESS=0xnnnn //Override default coffee file system starting address
|
2008-10-15 22:52:03 +02:00
|
|
|
CONTIKI = ../..
|
|
|
|
|
2014-11-12 10:18:29 +01:00
|
|
|
CONTIKI_WITH_IPV6 = 1
|
2008-10-15 22:52:03 +02:00
|
|
|
include $(CONTIKI)/Makefile.include
|