diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 20:31:57 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 20:31:57 +0200 |
commit | 388292df27810a01c3f459533578255bbba4a4de (patch) | |
tree | 091d8dd55b7d4556306603bdad0e20d31a13719f /tools/lib/thermal/Build | |
parent | thermal: intel: hfi: remove NULL check after container_of() call (diff) | |
parent | Merge tag 'thermal-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-388292df27810a01c3f459533578255bbba4a4de.tar.xz linux-388292df27810a01c3f459533578255bbba4a4de.zip |
Merge back earlier thermal control updates for 5.19-rc1.
Diffstat (limited to 'tools/lib/thermal/Build')
-rw-r--r-- | tools/lib/thermal/Build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lib/thermal/Build b/tools/lib/thermal/Build new file mode 100644 index 000000000000..4a892d9e24f9 --- /dev/null +++ b/tools/lib/thermal/Build @@ -0,0 +1,5 @@ +libthermal-y += commands.o +libthermal-y += events.o +libthermal-y += thermal_nl.o +libthermal-y += sampling.o +libthermal-y += thermal.o |