mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:09:46 +01:00
sys/benchmark: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
9386e08ecf
commit
8256424480
@ -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
|
||||
|
1
sys/benchmark/Makefile.dep
Normal file
1
sys/benchmark/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += ztimer_usec
|
Loading…
Reference in New Issue
Block a user