Skip to content
Snippets Groups Projects
Commit 70d40f17 authored by Martine Lenders's avatar Martine Lenders
Browse files

Merge pull request #3653 from authmillenon/gnrc_rpl/fix/deps

gnrc_rpl: fix dependencies
parents d0f530da 4283b151
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,14 @@ ifneq (,$(filter ng_zep,$(USEMODULE)))
USEMODULE += vtimer
endif
ifneq (,$(filter ng_rpl,$(USEMODULE)))
USEMODULE += fib
USEMODULE += gnrc
USEMODULE += ng_ipv6_router_default
USEMODULE += trickle
USEMODULE += vtimer
endif
ifneq (,$(filter ieee802154,$(USEMODULE)))
ifneq (,$(filter ng_ipv6, $(USEMODULE)))
USEMODULE += ng_sixlowpan
......@@ -267,13 +275,3 @@ endif
ifneq (,$(filter hih6130,$(USEMODULE)))
USEMODULE += vtimer
endif
ifneq (,$(filter ng_rpl,$(USEMODULE)))
USEMODULE += timex
USEMODULE += vtimer
USEMODULE += ng_ipv6_router_default
USEMODULE += trickle
USEMODULE += net_help
USEMODULE += universal_address
USEMODULE += fib
endif
......@@ -35,7 +35,6 @@
#include "net/ng_rpl/structs.h"
#include "net/ng_rpl/dodag.h"
#include "net/ng_rpl/of_manager.h"
#include "inet_ntop.h"
#include "net/fib.h"
#include "vtimer.h"
#include "trickle.h"
......
......@@ -16,6 +16,7 @@
*/
#include <stdbool.h>
#include "inet_pton.h"
#include "net/ng_rpl/dodag.h"
#include "net/ng_rpl/structs.h"
#include "utlist.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment