1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/posix_sleep/Makefile

10 lines
228 B
Makefile
Raw Normal View History

2014-03-03 17:07:56 +01:00
include ../Makefile.tests_common
USEMODULE += posix_sleep
2014-03-03 17:07:56 +01:00
# Pull-in periph-rtt on board that provides this feature to switch to the RTT
# backend of ztimer
FEATURES_OPTIONAL += periph_rtt
2014-03-03 17:07:56 +01:00
include $(RIOTBASE)/Makefile.include