Skip to content
Snippets Groups Projects
Commit 7b6e02da authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

make: always select periph_gpio if available

parent 3ebcdfd4
No related branches found
No related tags found
No related merge requests found
...@@ -695,6 +695,9 @@ USEPKG += nanocoap ...@@ -695,6 +695,9 @@ USEPKG += nanocoap
USEMODULE += gnrc_sock_udp USEMODULE += gnrc_sock_udp
endif endif
# always select gpio (until explicit dependencies are sorted out)
FEATURES_OPTIONAL += periph_gpio
# include package dependencies # include package dependencies
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.dep) -include $(USEPKG:%=$(RIOTPKG)/%/Makefile.dep)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment