projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef9f21c
)
tools: gpio: remove the include directory on make clean
author
zhang jiao
<zhangjiao2@cmss.chinamobile.com>
Wed, 3 Sep 2025 06:36:20 +0000
(14:36 +0800)
committer
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Thu, 4 Sep 2025 14:29:28 +0000
(16:29 +0200)
Remove the generated include directory when running make clean.
Fixes:
8674cea84dc6
("tools/gpio: move to tools buildsystem")
Signed-off-by: Zhang Jiao <zhangjiao2@cmss.chinamobile.com>
Link:
https://lore.kernel.org/r/20250903063621.2424-1-zhangjiao2@cmss.chinamobile.com
[Bartosz: add Fixes tag, improve the commit message]
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/gpio/Makefile
patch
|
blob
|
history
diff --git
a/tools/gpio/Makefile
b/tools/gpio/Makefile
index
ed565eb
..
342e056
100644
(file)
--- a/
tools/gpio/Makefile
+++ b/
tools/gpio/Makefile
@@
-77,7
+77,7
@@
$(OUTPUT)gpio-watch: $(GPIO_WATCH_IN)
clean:
rm -f $(ALL_PROGRAMS)
- rm -
f $(OUTPUT)include/linux/gpio.h
+ rm -
rf $(OUTPUT)include
find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete -o -name '\.*.cmd' -delete
install: $(ALL_PROGRAMS)