summaryrefslogtreecommitdiff
path: root/tools/thermal/thermal-engine/Build
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2022-04-20 18:09:32 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2022-05-19 12:11:52 +0200
commit077df623c8344e4b50a7ba6c433f9d6857a94d6b (patch)
tree883bab1734d81a29c902535e5c92305c483f6f00 /tools/thermal/thermal-engine/Build
parent110acbc6a4518145db3a1a9c0686d730bb258bf1 (diff)
tools/thermal: Add thermal daemon skeleton
This change provides a simple daemon skeleton. It is an example of how to use the thermal library which wraps all the complex code related to the netlink and transforms it into a callback oriented code. The goal of this skeleton is to give a base brick for anyone interested in writing its own thermal engine or as an example to rely on to write its own thermal monitoring implementation. In the future, it will evolve with more features and hopefully more logic. 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-5-daniel.lezcano@linaro.org
Diffstat (limited to 'tools/thermal/thermal-engine/Build')
-rw-r--r--tools/thermal/thermal-engine/Build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/thermal/thermal-engine/Build b/tools/thermal/thermal-engine/Build
new file mode 100644
index 000000000000..20c3c478b88d
--- /dev/null
+++ b/tools/thermal/thermal-engine/Build
@@ -0,0 +1 @@
+thermal-engine-y += thermal-engine.o