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 ef9f21c commit ed42d80Copy full SHA for ed42d80
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