]> git.ipfire.org Git - people/arne_f/kernel.git/blame - tools/usb/usbip/cleanup.sh
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / tools / usb / usbip / cleanup.sh
CommitLineData
9a20542f 1#!/bin/sh
b2441318 2# SPDX-License-Identifier: GPL-2.0
0945b4fe
TH
3
4if [ -r Makefile ]; then
5 make distclean
6fi
7
9a20542f 8FILES="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"
0945b4fe 12
9a20542f 13rm -vRf $FILES