mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
258 B
Makefile
9 lines
258 B
Makefile
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
|
USEMODULE += periph_rtt
|
|
endif
|
|
ifneq (,$(filter periph_timer,$(USEMODULE)))
|
|
# RTT is used as the time base for the LPTMR driver.
|
|
# TODO: Remove when LPTMR is refactored.
|
|
FEATURES_OPTIONAL += periph_rtt
|
|
endif
|