nrfmin: depend on gnrc_netif instead of gnrc_netdev_default
`gnrc_netdev_default` is a pseudomodule, what this driver really wants is gnrc_netif.
This commit is contained in:
parent
b7b6beb65c
commit
cc9c58aae3
@ -2,7 +2,7 @@ MODULE = nrfmin
|
|||||||
|
|
||||||
SRC = nrfmin.c
|
SRC = nrfmin.c
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_netif,$(USEMODULE)))
|
||||||
SRC += nrfmin_gnrc.c
|
SRC += nrfmin_gnrc.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user