]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - tools/usb/usbip/cleanup.sh
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / tools / usb / usbip / cleanup.sh
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0
3
4 if [ -r Makefile ]; then
5 make distclean
6 fi
7
8 FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
9 config.status config.sub configure cscope.out depcomp install-sh \
10 libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
11 Makefile.in missing src/Makefile src/Makefile.in"
12
13 rm -vRf $FILES