drivers/mrf24j40: add peripheral requirements to Makefile dependencies
This commit is contained in:
parent
87b0477b70
commit
409ce8189c
@ -30,6 +30,8 @@ ifneq (,$(filter mrf24j40,$(USEMODULE)))
|
|||||||
USEMODULE += netif
|
USEMODULE += netif
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
|
FEATURES_REQUIRED += periph_gpio
|
||||||
|
FEATURES_REQUIRED += periph_spi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter bh1750fvi,$(USEMODULE)))
|
ifneq (,$(filter bh1750fvi,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user