15 lines
282 B
Makefile
15 lines
282 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
# We need uIPv6, therefore we also need banking
|
|
HAVE_BANKING=1
|
|
|
|
PROJECT_SOURCEFILES += slip-bridge.c
|
|
|
|
CONTIKI_PROJECT = border-router
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../..
|
|
CONTIKI_WITH_IPV6 = 1
|
|
include $(CONTIKI)/Makefile.include
|