projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef37507
)
x86/vdso: Remove x32 intermediates during 'make clean'
author
Andy Lutomirski
<luto@kernel.org>
Fri, 27 Mar 2015 18:48:19 +0000
(11:48 -0700)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 31 Mar 2015 08:45:15 +0000
(10:45 +0200)
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>
arch/x86/vdso/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/vdso/Makefile
b/arch/x86/vdso/Makefile
index bea2f748ef86145d90009b04e41f83b82898e704..275a3a8b78afa3221b78296d2a7e3c2945de512b 100644
(file)
--- a/
arch/x86/vdso/Makefile
+++ b/
arch/x86/vdso/Makefile
@@
-206,4
+206,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* vdso-image-*.c
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* vdso-image-*.c
vdsox32.so*