1
0
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:
Alexandre Abadie 2023-04-21 09:57:12 +02:00
parent 1c57e7355d
commit 643c239b27
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
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
View File

@ -0,0 +1 @@
USEMODULE += fmt