aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Skvortsov <[email protected]>2015-01-28 17:04:27 +0300
committerAndy Lutomirski <[email protected]>2015-01-28 18:44:18 -0800
commit050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07 (patch)
tree54bd26f4c03080ec133962ad5c4bb1e7c6533095
parentc59c961ca511dc7ee2f4f7e9c224d16f5c76ca6e (diff)
x86, vdso: teach 'make clean' remove vdso64 binaries
After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Andrey Skvortsov <[email protected]> Signed-off-by: Andy Lutomirski <[email protected]>
-rw-r--r--arch/x86/vdso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 5a4affe025e8..09297c8e1fcd 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*
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*