mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
3e0666265d
A lot more changes are in the pipeline, but compiling is a good start.
14 lines
388 B
Makefile
14 lines
388 B
Makefile
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
|
|
CONTIKI_NO_NET=1
|
|
#UIP_CONF_IPV6=1
|
|
|
|
CFLAGS=-DUIP_CONF_IPV6=0 -DUIP_CONF_IPV6_RPL=0
|
|
|
|
CONTIKI = ../..
|
|
|
|
include $(CONTIKI)/Makefile.include
|