Skip to content
Snippets Groups Projects
Commit 8c7cfca3 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

make: missing dependency to gnrc_netdev2

If netdev2_tap is used with gnrc, this module is also required.
parent 75528678
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ endif ...@@ -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)))
......
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