diff options
Diffstat (limited to 'tools/usb/usbip/cleanup.sh')
-rwxr-xr-x | tools/usb/usbip/cleanup.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/usb/usbip/cleanup.sh b/tools/usb/usbip/cleanup.sh new file mode 100755 index 000000000000..955c3ccb729a --- /dev/null +++ b/tools/usb/usbip/cleanup.sh | |||
@@ -0,0 +1,12 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | if [ -r Makefile ]; then | ||
4 | make distclean | ||
5 | fi | ||
6 | |||
7 | FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \ | ||
8 | config.status config.sub configure cscope.out depcomp install-sh \ | ||
9 | libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \ | ||
10 | Makefile.in missing src/Makefile src/Makefile.in" | ||
11 | |||
12 | rm -vRf $FILES | ||