lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250811065915.3333142-2-eugen.hristev@linaro.org>
Date: Mon, 11 Aug 2025 09:59:10 +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 1/6] tools/Makefile: Add dependency on thermal for thermal-engine

thermal-engine requires thermal to build, and the dependency is in place.
It is then obvious that install and clean targets should also depend on
the corresponding thermal target.

Signed-off-by: Eugen Hristev <eugen.hristev@...aro.org>
---
 tools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile b/tools/Makefile
index c31cbbd12c45..a4f5577210f1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -152,7 +152,7 @@ tmon_install:
 thermometer_install:
 	$(call descend,thermal/$(@:_install=),install)
 
-thermal-engine_install:
+thermal-engine_install: thermal_install
 	$(call descend,thermal/$(@:_install=),install)
 
 freefall_install:
@@ -209,7 +209,7 @@ turbostat_clean x86_energy_perf_policy_clean intel-speed-select_clean:
 thermometer_clean:
 	$(call descend,thermal/thermometer,clean)
 
-thermal-engine_clean:
+thermal-engine_clean: thermal_clean
 	$(call descend,thermal/thermal-engine,clean)
 
 tmon_clean:
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ