15 lines
449 B
Makefile
15 lines
449 B
Makefile
|
|
all: webserver6
|
|
|
|
APPS=raven-webserver raven-lcd-interface
|
|
TARGET=avr-raven
|
|
UIP_CONF_IPV6=1
|
|
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Now the default.
|
|
#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
|
|
CONTIKI = ../..
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|