1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/event/Makefile.dep

15 lines
311 B
Makefile

USEMODULE += core_thread_flags
ifneq (,$(filter event_thread_%,$(USEMODULE)))
USEMODULE += event_thread
endif
ifneq (,$(filter event_timeout_ztimer,$(USEMODULE)))
USEMODULE += ztimer
endif
ifneq (,$(filter event_timeout,$(USEMODULE)))
USEMODULE += event_timeout_ztimer
USEMODULE += ztimer_usec
endif