1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: always select periph_pm if available

This commit is contained in:
Kaspar Schleiser 2017-10-18 23:04:30 +02:00
parent 7b6e02da50
commit 53c0f0c5a1

View File

@ -698,6 +698,9 @@ endif
# always select gpio (until explicit dependencies are sorted out)
FEATURES_OPTIONAL += periph_gpio
# always select power management if available
FEATURES_OPTIONAL += periph_pm
# include package dependencies
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.dep)