esp-open-rtos/extras/timekeeping/tests/slew/Makefile
Jeff Kletsky 6902615525 extras/timekeeping -- provide POSIX-like interface
Provide POSIX-like timekeeping utilities using system clock
to support monotonic, accurate, timezone-aware time

Implements settimeofday(), gettimeofday(), and adjtime()
Utilizes setenv() and tzset()

See README.timekeeping.md for more details
2018-02-22 17:21:18 -08:00

6 lines
102 B
Makefile

PROGRAM=timekeeping_slew_tests
EXTRA_COMPONENTS = extras/timekeeping
include ../../../../common.mk