From 484f410e1dd78a264acce27e420ca59444f0ed33 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Mon, 16 Mar 2015 15:43:22 +0100 Subject: [PATCH] ng_netif: add ng_pktbuf and ng_netapi as dependencies Though they are not needed in the code of `ng_netif` both `ng_pktbuf` and `ng_netapi` are needed to use `ng_netif` in a sensible way. --- Makefile.dep | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.dep b/Makefile.dep index 6e6551f00..68e7844e1 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -52,6 +52,12 @@ ifneq (,$(filter ng_ipv6_nc,$(USEMODULE))) USEMODULE += ng_ipv6_addr endif +ifneq (,$(filter ng_netif,$(USEMODULE))) + USEMODULE += ng_netapi + USEMODULE += ng_netreg + USEMODULE += ng_pktbuf +endif + ifneq (,$(filter aodvv2,$(USEMODULE))) USEMODULE += vtimer USEMODULE += sixlowpan