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 Nov 11, 2019
1 parent b247a1c commit dead52c
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 at86rf%,$(USEMODULE)))
USEMODULE += netif
USEMODULE += ieee802154
USEMODULE += netdev_ieee802154
ifneq (,$(filter gnrc_netif,$(USEMODULE)))
USEMODULE += gnrc_netif_pktq
endif

# only needed for SPI based variants
ifeq (,$(filter at86rfa1 at86rfr2,$(USEMODULE)))
Expand Down

0 comments on commit dead52c

Please sign in to comment.