make: missing dependency to gnrc_netdev2
If netdev2_tap is used with gnrc, this module is also required.
This commit is contained in:
parent
7552867858
commit
8c7cfca340
@ -31,6 +31,9 @@ endif
|
|||||||
ifneq (,$(filter netdev2_tap,$(USEMODULE)))
|
ifneq (,$(filter netdev2_tap,$(USEMODULE)))
|
||||||
USEMODULE += netif
|
USEMODULE += netif
|
||||||
USEMODULE += netdev2_eth
|
USEMODULE += netdev2_eth
|
||||||
|
ifneq (,$(filter gnrc_%,$(USEMODULE)))
|
||||||
|
USEMODULE += gnrc_netdev2
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_zep,$(USEMODULE)))
|
ifneq (,$(filter gnrc_zep,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user