aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/userspace/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/usbip/userspace/cleanup.sh')
-rwxr-xr-xdrivers/staging/usbip/userspace/cleanup.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/usbip/userspace/cleanup.sh b/drivers/staging/usbip/userspace/cleanup.sh
deleted file mode 100755
index 955c3ccb729a..000000000000
--- a/drivers/staging/usbip/userspace/cleanup.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ -r Makefile ]; then
- make distclean
-fi
-
-FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
- config.status config.sub configure cscope.out depcomp install-sh \
- libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
- Makefile.in missing src/Makefile src/Makefile.in"
-
-rm -vRf $FILES