diff options
author | Andy Lutomirski <luto@kernel.org> | 2015-03-27 14:48:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-03-31 04:45:15 -0400 |
commit | 115db5c68bd4ed7fbcb73f300e666ff127b359b6 (patch) | |
tree | d7f867e03123aa45ff4da4a9ef38b7e3b09af309 /arch/x86/vdso/Makefile | |
parent | ef37507d99ab29c253de3c55e7ee9fa4f6d50834 (diff) |
x86/vdso: Remove x32 intermediates during 'make clean'
The existing clean-files rule was missing vdsox32.so and
vdsox32.so.dbg. We should really rename the intermediates to
allow a single rule to get them all.
Also-reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Link: http://lkml.kernel.org/r/7fa2ad4a63bc6f52e214125900d54165ef06cc10.1427482099.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/vdso/Makefile')
-rw-r--r-- | arch/x86/vdso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index bea2f748ef86..275a3a8b78af 100644 --- a/arch/x86/vdso/Makefile +++ b/arch/x86/vdso/Makefile | |||
@@ -206,4 +206,4 @@ $(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE | |||
206 | PHONY += vdso_install $(vdso_img_insttargets) | 206 | PHONY += vdso_install $(vdso_img_insttargets) |
207 | vdso_install: $(vdso_img_insttargets) FORCE | 207 | vdso_install: $(vdso_img_insttargets) FORCE |
208 | 208 | ||
209 | clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c | 209 | clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c vdsox32.so* |