public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: srinivas pandruvada <srinivas.pandruvada@linux.intel.com>
To: Zhu Jun <zhujun2@cmss.chinamobile.com>
Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools/power/x86/intel-speed-select: rm .*.cmd when make clean
Date: Thu, 21 Nov 2024 09:31:35 -0800	[thread overview]
Message-ID: <5fb45a8da68f2a694acc781b8a6ff7d4c95f423c.camel@linux.intel.com> (raw)
In-Reply-To: <20241115073221.6176-1-zhujun2@cmss.chinamobile.com>

On Thu, 2024-11-14 at 23:32 -0800, Zhu Jun wrote:
> rm .*.cmd when make clean
> 
I don't see .cmd files by running make, how did you get those files?

I have

#ls

Build         include                  isst-config.c  isst-core-mbox.c
isst-core-tpmi.c  isst-daemon.o   isst.h
hfi-events.c  intel-speed-select       isst-config.o  isst-core-mbox.o
isst-core-tpmi.o  isst-display.c  Makefile
hfi-events.o  intel-speed-select-in.o  isst-core.c    isst-core.o     
isst-daemon.c     isst-display.o


Thanks,
Srinivas

> Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
> ---
>  tools/power/x86/intel-speed-select/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/power/x86/intel-speed-select/Makefile
> b/tools/power/x86/intel-speed-select/Makefile
> index 7221f2f55e8b..b58185cc97d2 100644
> --- a/tools/power/x86/intel-speed-select/Makefile
> +++ b/tools/power/x86/intel-speed-select/Makefile
> @@ -47,7 +47,7 @@ $(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
> +	find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d'
> -delete -o -name '\.*.cmd' -delete
>  
>  install: $(ALL_PROGRAMS)
>  	install -d -m 755 $(DESTDIR)$(bindir);		\


      reply	other threads:[~2024-11-21 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15  7:32 [PATCH] tools/power/x86/intel-speed-select: rm .*.cmd when make clean Zhu Jun
2024-11-21 17:31 ` 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=5fb45a8da68f2a694acc781b8a6ff7d4c95f423c.camel@linux.intel.com \
    --to=srinivas.pandruvada@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=zhujun2@cmss.chinamobile.com \
    /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