Split the collect test into collect and collect-lossy to make each individual
travis build complete faster. Also changed the armgcc download link to a github location.
This commit is contained in:
parent
f5a1ffa90d
commit
49bf7626f1
26 changed files with 3 additions and 1 deletions
10
regression-tests/12-rpl/code/Makefile
Normal file
10
regression-tests/12-rpl/code/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue