osd-contiki/examples/ipv6/rpl-border-router/Makefile

12 lines
194 B
Makefile
Raw Normal View History

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