usbip: move usbip userspace code out of staging

At this point, USB/IP userspace code is fully functional
and can be moved out of staging.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Valentina Manea
2014-08-20 07:30:59 +03:00
zatwierdzone przez Greg Kroah-Hartman
rodzic 1ddb55275d
commit 588b48caf6
37 zmienionych plików z 0 dodań i 0 usunięć

12
tools/usb/usbip/cleanup.sh Executable file
Wyświetl plik

@@ -0,0 +1,12 @@
#!/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