aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lguest
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2015-08-26 10:42:27 +0930
committerIngo Molnar <mingo@kernel.org>2015-08-26 06:12:35 +0200
commitb51aa1cc7807f4dff7b70a762aa6d8814976d706 (patch)
tree0162f02a79ed4a05cbb5043dab858baf7f2b4a86 /tools/lguest
parenttools/lguest: Fix redefinition of struct virtio_pci_cfg_cap (diff)
downloadlinux-dev-b51aa1cc7807f4dff7b70a762aa6d8814976d706.tar.xz
linux-dev-b51aa1cc7807f4dff7b70a762aa6d8814976d706.zip
tools/lguest: Clean up include dir
It contains a symlinked header we use; ignore it and clean it up on 'make clean'. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/lguest')
-rw-r--r--tools/lguest/.gitignore1
-rw-r--r--tools/lguest/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/lguest/.gitignore b/tools/lguest/.gitignore
index 115587fd5f65..8d9a8383a52e 100644
--- a/tools/lguest/.gitignore
+++ b/tools/lguest/.gitignore
@@ -1 +1,2 @@
lguest
+include
diff --git a/tools/lguest/Makefile b/tools/lguest/Makefile
index a107b5e4da13..d04599a79802 100644
--- a/tools/lguest/Makefile
+++ b/tools/lguest/Makefile
@@ -11,3 +11,4 @@ lguest: include/linux/virtio_types.h
clean:
rm -f lguest
+ rm -rf include