osd-contiki/examples/ipv6/rpl-border-router/Makefile
2010-05-05 21:12:56 +00:00

12 lines
194 B
Makefile

all: border-router
CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1
CFLAGS += -DPROJECT_CONF_H=\"project-router-conf.h\"
PROJECT_SOURCEFILES += slip-bridge.c
include $(CONTIKI)/Makefile.include