* [PATCH] tools: pci: rm .*.cmd when make clean
@ 2024-09-02 4:12 zhangjiao2
2024-09-02 14:12 ` Krzysztof Wilczyński
0 siblings, 1 reply; 2+ messages in thread
From: zhangjiao2 @ 2024-09-02 4:12 UTC (permalink / raw)
To: manivannan.sadhasivam; +Cc: kw, kishon, linux-pci, linux-kernel, zhang jiao
From: zhang jiao <zhangjiao2@cmss.chinamobile.com>
rm .*.cmd when make clean
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
---
tools/pci/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pci/Makefile b/tools/pci/Makefile
index 57744778b518..f884471e07fe 100644
--- a/tools/pci/Makefile
+++ b/tools/pci/Makefile
@@ -42,7 +42,7 @@ $(OUTPUT)pcitest: $(PCITEST_IN)
clean:
rm -f $(ALL_PROGRAMS)
rm -rf $(OUTPUT)include/
- 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); \
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-02 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 4:12 [PATCH] tools: pci: rm .*.cmd when make clean zhangjiao2
2024-09-02 14:12 ` Krzysztof Wilczyński
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox