[PATCH 3/6] tools/thermal/lib: Fix header file installation

From: Eugen Hristev
Date: Mon Aug 11 2025 - 03:00:36 EST


The header file created by this lib is thermal-tools.h and not thermal.h
Fix it accordingly.

Fixes: 3b7c5e8adf9c ("tools/thermal: Add util library")
Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxx>
---
tools/thermal/lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/thermal/lib/Makefile b/tools/thermal/lib/Makefile
index 056d212f25cf..b8fded7f22b8 100644
--- a/tools/thermal/lib/Makefile
+++ b/tools/thermal/lib/Makefile
@@ -128,7 +128,7 @@ install_lib: libs

install_headers:
$(call QUIET_INSTALL, headers) \
- $(call do_install,include/thermal.h,$(prefix)/include/thermal,644); \
+ $(call do_install,thermal-tools.h,$(prefix)/include/thermal,644); \

install_pkgconfig: $(LIBTHERMAL_TOOLS_PC)
$(call QUIET_INSTALL, $(LIBTHERMAL_TOOLS_PC)) \
--
2.43.0