Turn core/net/rpl into a module

This commit is contained in:
Adam Dunkels 2013-11-28 14:46:40 +01:00
parent 825b038a7b
commit 7e29601639
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,2 @@
core-net-rpl_src += rpl.c rpl-dag.c rpl-icmp6.c rpl-timers.c \
rpl-mrhof.c rpl-of0.c rpl-ext-header.c

View file

@ -1,2 +0,0 @@
CONTIKI_SOURCEFILES += rpl.c rpl-dag.c rpl-icmp6.c rpl-timers.c \
rpl-mrhof.c rpl-ext-header.c