[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <f85bb7ef6f8c6f6aa4bf422348018c84321454f8.1427482099.git.luto@kernel.org>
Date: Fri, 27 Mar 2015 11:48:18 -0700
From: Andy Lutomirski <luto@...nel.org>
To: Ingo Molnar <mingo@...nel.org>, X86 ML <x86@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Andrey Skvortsov <andrej.skvortzov@...il.com>,
Andy Lutomirski <luto@...nel.org>
Subject: [GIT PULL 3/4] x86, vdso: teach 'make clean' remove generated vdso-image-*.c files
From: Andrey Skvortsov <andrej.skvortzov@...il.com>
After 'make clean' vdso-image-32-int80.c vdso-image-32-syscall.c
vdso-image-32-sysenter.c were left in arch/x86/vdso.
These file are generated during build process and present in .gitignore.
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@...il.com>
Message-Id: <1426519381-29617-1-git-send-email-andrej.skvortzov@...il.com>
Signed-off-by: Andy Lutomirski <luto@...nel.org>
---
arch/x86/vdso/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 611bffbd0119..03351f6afbef 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -205,4 +205,4 @@ $(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE
PHONY += vdso_install $(vdso_img_insttargets)
vdso_install: $(vdso_img_insttargets) FORCE
-clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c
--
2.3.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists