1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/routing/ng_rpl
Martine Lenders 4283b1515d gnrc_rpl: fix dependencies
The dependency conditional for RPL was at the very end of
`Makefile.dep`, giving depending modules no chance to pull in their
dependencies.

Also it pulled in the deprecated module `net_help`, though it did not
use any of it's functions (it just included `inet_pton.h` for `AF_INET6`).
2015-08-18 18:59:02 +02:00
..
srh ipv6_addr: remove ng_ prefix 2015-08-11 13:27:07 +02:00
Makefile ng_rpl: RPL for the gnrc network stack 2015-08-18 12:03:28 +02:00
ng_rpl_control_messages.c ng_rpl: RPL for the gnrc network stack 2015-08-18 12:03:28 +02:00
ng_rpl_dodag.c gnrc_rpl: fix dependencies 2015-08-18 18:59:02 +02:00
ng_rpl.c ng_rpl: RPL for the gnrc network stack 2015-08-18 12:03:28 +02:00
of0.c ng_rpl: RPL for the gnrc network stack 2015-08-18 12:03:28 +02:00
of0.h ng_rpl: RPL for the gnrc network stack 2015-08-18 12:03:28 +02:00
rpl_of_manager.c ng_rpl: RPL for the gnrc network stack 2015-08-18 12:03:28 +02:00