mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/phydat: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
1c57e7355d
commit
643c239b27
@ -389,10 +389,6 @@ ifneq (,$(filter senml_%,$(USEMODULE)))
|
|||||||
USEMODULE += senml
|
USEMODULE += senml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter phydat,$(USEMODULE)))
|
|
||||||
USEMODULE += fmt
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter pm_layered,$(USEMODULE)))
|
ifneq (,$(filter pm_layered,$(USEMODULE)))
|
||||||
FEATURES_REQUIRED += periph_pm
|
FEATURES_REQUIRED += periph_pm
|
||||||
endif
|
endif
|
||||||
|
1
sys/phydat/Makefile.dep
Normal file
1
sys/phydat/Makefile.dep
Normal file
@ -0,0 +1 @@
|
|||||||
|
USEMODULE += fmt
|
Loading…
Reference in New Issue
Block a user