[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240829062942.11487-1-zhangjiao2@cmss.chinamobile.com>
Date: Thu, 29 Aug 2024 14:29:42 +0800
From: zhangjiao2 <zhangjiao2@...s.chinamobile.com>
To: brgl@...ev.pl
Cc: warthog618@...il.com,
linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
zhangjiao <zhangjiao2@...s.chinamobile.com>
Subject: [PATCH] tools: gpio: rm .*.cmd when make clean
From: zhangjiao <zhangjiao2@...s.chinamobile.com>
rm .*.cmd when make clean
Signed-off-by: zhangjiao <zhangjiao2@...s.chinamobile.com>
---
tools/gpio/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/gpio/Makefile b/tools/gpio/Makefile
index d29c9c49e251..ed565eb52275 100644
--- a/tools/gpio/Makefile
+++ b/tools/gpio/Makefile
@@ -78,7 +78,7 @@ $(OUTPUT)gpio-watch: $(GPIO_WATCH_IN)
clean:
rm -f $(ALL_PROGRAMS)
rm -f $(OUTPUT)include/linux/gpio.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); \
--
2.33.0
Powered by blists - more mailing lists