[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250811065915.3333142-4-eugen.hristev@linaro.org>
Date: Mon, 11 Aug 2025 09:59:12 +0300
From: Eugen Hristev <eugen.hristev@...aro.org>
To: rafael@...nel.org,
daniel.lezcano@...aro.org,
linux-pm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Eugen Hristev <eugen.hristev@...aro.org>
Subject: [PATCH 3/6] tools/thermal/lib: Fix header file installation
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@...aro.org>
---
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
Powered by blists - more mailing lists