1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:12:45 +01:00
RIOT/drivers/rtt_rtc/Makefile.dep

7 lines
130 B
Makefile
Raw Normal View History

# Unit tests will use a mock implementation
ifeq (,$(UNIT_TESTS))
FEATURES_REQUIRED += periph_rtt
endif
2022-01-18 13:45:21 +01:00
USEMODULE += rtc_utils