mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:29:45 +01:00
sys/trace: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
384469bc38
commit
85c640d415
@ -96,11 +96,6 @@ ifneq (,$(filter ieee802154_security,$(USEMODULE)))
|
||||
USEMODULE += cipher_modes
|
||||
endif
|
||||
|
||||
ifneq (,$(filter trace,$(USEMODULE)))
|
||||
USEMODULE += ztimer
|
||||
USEMODULE += ztimer_usec
|
||||
endif
|
||||
|
||||
ifneq (,$(filter shell_lock,$(USEMODULE)))
|
||||
USEMODULE += ztimer_msec
|
||||
endif
|
||||
|
2
sys/trace/Makefile.dep
Normal file
2
sys/trace/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
USEMODULE += ztimer
|
||||
USEMODULE += ztimer_usec
|
Loading…
Reference in New Issue
Block a user