1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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:
Marian Buschsieweke 2020-08-19 07:04:14 +02:00 committed by Francisco Molina
parent 527c429f5f
commit 67a024ee3b
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -1050,7 +1050,7 @@ ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
endif
# include ztimer dependencies
ifneq (,$(filter ztimer%,$(USEMODULE)))
ifneq (,$(filter ztimer% %ztimer,$(USEMODULE)))
include $(RIOTBASE)/sys/ztimer/Makefile.dep
endif