esp-open-rtos/extras/timekeeping/component.mk
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

8 lines
222 B
Makefile

# Component makefile for extras/timekeeping
INC_DIRS += $(timekeeping_ROOT)
# args for passing into compile rule generation
timekeeping_SRC_DIR = $(timekeeping_ROOT)
$(eval $(call component_compile_rules,timekeeping))