ad256e5014
This commits adds support for TI's SmartRF05 Eval. Board with cc2530 EMs Some initial support for cc2531 USB dongles
16 lines
277 B
Makefile
16 lines
277 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
# We need uIPv6, therefore we also need banking
|
|
HAVE_BANKING=1
|
|
UIP_CONF_IPV6=1
|
|
|
|
PROJECT_SOURCEFILES += slip-bridge.c
|
|
|
|
CONTIKI_PROJECT = border-router
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../..
|
|
|
|
include $(CONTIKI)/Makefile.include
|