Re: [PATCH 0/4] cpupower: Add 'help' target to all the makefiles that don't have it

From: Shuah Khan
Date: Fri Jun 28 2024 - 16:48:27 EST


On 6/23/24 13:19, Roman Storozhenko wrote:
This patch series adds the 'help' target describing all the user-available
targets to the makefiles which haven't had that target yet.

Signed-off-by: Roman Storozhenko <romeusmeister@xxxxxxxxx>
---
Roman Storozhenko (4):
cpupower: Add 'help' target to the 'bench' subproject makefile
cpupower: Add 'help' target to the 'debug/kernel' subproject makefile
cpupower: Add 'help' target to the 'debug/x86_64' subproject makefile
cpupower: Add 'help' target to the 'debug/i386' subproject makefile

tools/power/cpupower/bench/Makefile | 12 ++++++++++++
tools/power/cpupower/debug/i386/Makefile | 12 ++++++++++++
tools/power/cpupower/debug/kernel/Makefile | 12 ++++++++++++
tools/power/cpupower/debug/x86_64/Makefile | 12 ++++++++++++
4 files changed, 48 insertions(+)
---
base-commit: f76698bd9a8ca01d3581236082d786e9a6b72bb7
change-id: 20240623-make_help_rest-e799889f43a1

Best regards,

Sorry. I don't see value in adding help messages for common make targets

thanks,
-- Shuah