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

14 lines
386 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
# These CPU families have a non configurable RTT of 1Hz, not enough for
# ztimer_msec to run on periph_rtt
ifeq (,$(filter efm32 kinetis,$(CPU)))
# Pull-in periph-rtt on boards that provide this feature to switch to
# the RTT backend of ztimer
FEATURES_OPTIONAL += periph_rtt
endif
2014-03-03 17:07:56 +01:00
include $(RIOTBASE)/Makefile.include