We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c1e41 commit 927f06dCopy full SHA for 927f06d
tools/gpio/Makefile
@@ -77,7 +77,7 @@ $(OUTPUT)gpio-watch: $(GPIO_WATCH_IN)
77
78
clean:
79
rm -f $(ALL_PROGRAMS)
80
- rm -f $(OUTPUT)include/linux/gpio.h
+ rm -rf $(OUTPUT)include
81
find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete -o -name '\.*.cmd' -delete
82
83
install: $(ALL_PROGRAMS)
0 commit comments