Browse Source

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>
Rusty Russell 10 years ago
parent
commit
b51aa1cc78
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tools/lguest/.gitignore
  2. 1 0
      tools/lguest/Makefile

+ 1 - 0
tools/lguest/.gitignore

@@ -1 +1,2 @@
 lguest
+include

+ 1 - 0
tools/lguest/Makefile

@@ -11,3 +11,4 @@ lguest: include/linux/virtio_types.h
 
 clean:
 	rm -f lguest
+	rm -rf include