drivers/mrf24j40: add peripheral requirements to Makefile dependencies

This commit is contained in:
PeterKietzmann 2017-11-09 11:48:06 +01:00
parent 87b0477b70
commit 409ce8189c

View File

@ -30,6 +30,8 @@ ifneq (,$(filter mrf24j40,$(USEMODULE)))
USEMODULE += netif
USEMODULE += ieee802154
USEMODULE += netdev_ieee802154
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_spi
endif
ifneq (,$(filter bh1750fvi,$(USEMODULE)))