mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Makefile.dep: include ztimer Makefile.dep for %ztimer modules as well
The module `xtimer_on_ztimer` should also pull in ztimer deps.
This commit is contained in:
parent
527c429f5f
commit
67a024ee3b
@ -1050,7 +1050,7 @@ ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# include ztimer dependencies
|
# include ztimer dependencies
|
||||||
ifneq (,$(filter ztimer%,$(USEMODULE)))
|
ifneq (,$(filter ztimer% %ztimer,$(USEMODULE)))
|
||||||
include $(RIOTBASE)/sys/ztimer/Makefile.dep
|
include $(RIOTBASE)/sys/ztimer/Makefile.dep
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user