mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:29:45 +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
|
||||
endif
|
||||
|
||||
ifneq (,$(filter phydat,$(USEMODULE)))
|
||||
USEMODULE += fmt
|
||||
endif
|
||||
|
||||
ifneq (,$(filter pm_layered,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_pm
|
||||
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