Skip to content

Commit

Permalink
at86rf2xx: make gnrc_netif_pktq a dependency with GNRC
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 12, 2019
1 parent f8594b4 commit 63f9573
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ ifneq (,$(filter at86rf2%,$(USEMODULE)))
USEMODULE += netif
USEMODULE += ieee802154
USEMODULE += netdev_ieee802154
ifneq (,$(filter gnrc_netif,$(USEMODULE)))
USEMODULE += gnrc_netif_pktq
endif
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_spi
Expand Down

0 comments on commit 63f9573

Please sign in to comment.