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:
parent
7b6e02da50
commit
53c0f0c5a1
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user