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

make: always select periph_pm if available

parent 7b6e02da
No related branches found
No related tags found
No related merge requests found
...@@ -698,6 +698,9 @@ endif ...@@ -698,6 +698,9 @@ endif
# always select gpio (until explicit dependencies are sorted out) # always select gpio (until explicit dependencies are sorted out)
FEATURES_OPTIONAL += periph_gpio FEATURES_OPTIONAL += periph_gpio
# always select power management if available
FEATURES_OPTIONAL += periph_pm
# 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