Commit-ID: b51aa1cc7807f4dff7b70a762aa6d8814976d706 Gitweb: http://git.kernel.org/tip/b51aa1cc7807f4dff7b70a762aa6d8814976d706 Author: Rusty Russell <rusty@xxxxxxxxxxxxxxx> AuthorDate: Wed, 26 Aug 2015 10:42:27 +0930 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitDate: Wed, 26 Aug 2015 06:12:35 +0200 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@xxxxxxxxxxxxxxx> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- tools/lguest/.gitignore | 1 + tools/lguest/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/lguest/.gitignore b/tools/lguest/.gitignore index 115587f..8d9a838 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 a107b5e..d04599a 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |