From: srinivas pandruvada <srinivas.pandruvada@linux.intel.com>
To: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Cc: linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH] tools/power/x86/intel-speed-select: clean all the produced files
Date: Wed, 09 Sep 2026 18:06:57 -0700 [thread overview]
Message-ID: <27ae972f854d0b561e44234951f9efb7ea30b691.camel@linux.intel.com> (raw)
In-Reply-To: <20260908065023.168234-1-jirislaby@kernel.org>
On Tue, 2026-09-08 at 08:50 +0200, Jiri Slaby (SUSE) wrote:
> 1) The commit 7d440da009b6 ("tools/power/x86/intel-speed-select: HFI
> support") added the thermal.h link, but did not remove it up on
> cleanup. Do so.
> 2) .*.cmd files were never deleted, so were left dangling. Clean them
> up
> too.
> 3) The "*.d" pattern was updated:
> a) the backslash was superfluous,
> b) it was made more explicit by specifying ".o" in ".*.o.d".
>
> Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/spandruvada/linux.git/log/?h=for-sst-v7.4.rc1
Thanks,
Srinivas
> ---
> Cc: platform-driver-x86@vger.kernel.org
> ---
> tools/power/x86/intel-speed-select/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/power/x86/intel-speed-select/Makefile
> b/tools/power/x86/intel-speed-select/Makefile
> index 6b299aae2ded..6f896f40c1a8 100644
> --- a/tools/power/x86/intel-speed-select/Makefile
> +++ b/tools/power/x86/intel-speed-select/Makefile
> @@ -52,8 +52,8 @@ $(OUTPUT)intel-speed-select: $(ISST_IN)
>
> clean:
> rm -f $(ALL_PROGRAMS)
> - rm -rf $(OUTPUT)include/linux/isst_if.h
> - find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d'
> -delete
> + rm -rf $(OUTPUT)include/linux/isst_if.h
> $(OUTPUT)include/linux/thermal.h
> + find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '.*.o.d'
> -delete -o -name '.*.o.cmd' -delete
>
> install: $(ALL_PROGRAMS)
> install -d -m 755 $(DESTDIR)$(bindir); \
prev parent reply other threads:[~2026-09-10 1:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-08 6:50 Jiri Slaby (SUSE)
2026-09-10 1:06 ` srinivas pandruvada [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=27ae972f854d0b561e44234951f9efb7ea30b691.camel@linux.intel.com \
--to=srinivas.pandruvada@linux.intel.com \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®