2008-10-14 12:01:52 +02:00
|
|
|
all: ravenusbstick
|
|
|
|
|
2010-09-17 18:49:44 +02:00
|
|
|
#Define CONTIKI_NO_NET=1 for a passthrough ipv6/6lowpan interface using fakeuip.c
|
|
|
|
#Define UIP_CONF_IPV6=1 to include the uip6 stack (for rpl, internal webserver)
|
|
|
|
#Do make clean when switching to remove the duplicate library modules
|
2008-10-14 12:01:52 +02:00
|
|
|
CONTIKI_NO_NET=1
|
2010-09-17 18:49:44 +02:00
|
|
|
#UIP_CONF_IPV6=1
|
2008-10-14 12:01:52 +02:00
|
|
|
|
|
|
|
CONTIKI = ../..
|
|
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|