mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
make: added missing deps for ng_nomac and ng_netif
This commit is contained in:
parent
86d44970c7
commit
867beae836
@ -48,6 +48,14 @@ ifneq (,$(filter sixlowpan,$(USEMODULE)))
|
||||
USEMODULE += vtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ng_netif,$(USEMODULE)))
|
||||
USEMODULE += ng_netbase
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ng_nomac,$(USEMODULE)))
|
||||
USEMODULE += ng_netbase
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ng_sixlowpan_frag,$(USEMODULE)))
|
||||
USEMODULE += ng_sixlowpan
|
||||
USEMODULE += vtimer
|
||||
|
Loading…
Reference in New Issue
Block a user