1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

sys/pm_layered: move dependency resolution in its own Makefile.dep

This commit is contained in:
Alexandre Abadie 2023-04-21 09:57:44 +02:00
parent 643c239b27
commit 9fb5708efe
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 1 additions and 4 deletions

View File

@ -389,10 +389,6 @@ ifneq (,$(filter senml_%,$(USEMODULE)))
USEMODULE += senml USEMODULE += senml
endif endif
ifneq (,$(filter pm_layered,$(USEMODULE)))
FEATURES_REQUIRED += periph_pm
endif
ifneq (,$(filter evtimer_mbox,$(USEMODULE))) ifneq (,$(filter evtimer_mbox,$(USEMODULE)))
USEMODULE += evtimer USEMODULE += evtimer
USEMODULE += core_mbox USEMODULE += core_mbox

View File

@ -0,0 +1 @@
FEATURES_REQUIRED += periph_pm