osd-contiki/examples/ravenusbstick/Makefile.ravenusbstick

12 lines
340 B
Makefile
Raw Normal View History

2008-10-14 12:01:52 +02:00
all: ravenusbstick
#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
#UIP_CONF_IPV6=1
2008-10-14 12:01:52 +02:00
CONTIKI = ../..
include $(CONTIKI)/Makefile.include