Skip to content

Commit

Permalink
sys/phydat: move dependency resolution in its own Makefile.dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jun 15, 2023
1 parent 1c57e73 commit 643c239
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions sys/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sys/phydat/Makefile.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
USEMODULE += fmt

0 comments on commit 643c239

Please sign in to comment.