mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
sys/pm_layered: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
643c239b27
commit
9fb5708efe
@ -389,10 +389,6 @@ ifneq (,$(filter senml_%,$(USEMODULE)))
|
||||
USEMODULE += senml
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pm_layered,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_pm
|
||||
endif
|
||||
|
||||
ifneq (,$(filter evtimer_mbox,$(USEMODULE)))
|
||||
USEMODULE += evtimer
|
||||
USEMODULE += core_mbox
|
||||
|
||||
1
sys/pm_layered/Makefile.dep
Normal file
1
sys/pm_layered/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_pm
|
||||
Loading…
x
Reference in New Issue
Block a user