mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +08:00
3b7c5e8adf
The next changes will provide a couple of tools using some common functions provided by this library. It provides basic wrappers for: - mainloop - logging - timestamp Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://lore.kernel.org/r/20220420160933.347088-3-daniel.lezcano@linaro.org
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
libthermal_tools-y += mainloop.o
|
|
libthermal_tools-y += log.o
|
|
libthermal_tools-y += uptimeofday.o
|