mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 00:54:23 +01:00
7 lines
157 B
Makefile
7 lines
157 B
Makefile
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
|
USEMODULE += periph_rtt
|
|
endif
|
|
ifneq (,$(filter periph_i2c,$(USEMODULE)))
|
|
USEMODULE += core_thread_flags
|
|
endif
|