0c55037ee8
The RPL tests test up and down routing, root reboots, 28-hour tests, and tests with more nodes than fit the routing tables
11 lines
198 B
Makefile
11 lines
198 B
Makefile
all: sender-node receiver-node root-node
|
|
CONTIKI=../../..
|
|
|
|
WITH_UIP6=1
|
|
UIP_CONF_IPV6=1
|
|
CFLAGS+= -DUIP_CONF_IPV6_RPL
|
|
|
|
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
include $(CONTIKI)/Makefile.include
|