Skip to content

Commit

Permalink
sys/benchmark: 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 9386e08 commit 8256424
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 @@ -590,10 +590,6 @@ ifneq (,$(filter nanocoap_%,$(USEMODULE)))
USEMODULE += nanocoap
endif

ifneq (,$(filter benchmark,$(USEMODULE)))
USEMODULE += ztimer_usec
endif

ifneq (,$(filter skald_%,$(USEMODULE)))
USEMODULE += skald
endif
Expand Down
1 change: 1 addition & 0 deletions sys/benchmark/Makefile.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
USEMODULE += ztimer_usec

0 comments on commit 8256424

Please sign in to comment.