Skip to content

Commit

Permalink
nrfmin: depend on gnrc_netif instead of gnrc_netdev_default
Browse files Browse the repository at this point in the history
`gnrc_netdev_default` is a pseudomodule, what this driver really wants
is gnrc_netif.
  • Loading branch information
benpicco committed Feb 8, 2021
1 parent 5cba3a9 commit f1c3509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/nrf5x_common/radio/nrfmin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE = nrfmin

SRC = nrfmin.c

ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifneq (,$(filter gnrc_netif,$(USEMODULE)))
SRC += nrfmin_gnrc.c
endif

Expand Down

0 comments on commit f1c3509

Please sign in to comment.