Skip to content
Snippets Groups Projects
Unverified Commit 433a244c authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #8387 from dbohn/master

drivers: encx24j600: add required features to Makefile.dep
parents 3bbeafbd d4822128
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,8 @@ ifneq (,$(filter enc28j60,$(USEMODULE))) ...@@ -92,6 +92,8 @@ ifneq (,$(filter enc28j60,$(USEMODULE)))
endif endif
ifneq (,$(filter encx24j600,$(USEMODULE))) ifneq (,$(filter encx24j600,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_spi
USEMODULE += netdev_eth USEMODULE += netdev_eth
USEMODULE += xtimer USEMODULE += xtimer
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment