projects
/
GitHub
/
moto-9609
/
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:
c59c961
)
x86, vdso: teach 'make clean' remove vdso64 binaries
author
Andrey Skvortsov
<andrej.skvortzov@gmail.com>
Wed, 28 Jan 2015 14:04:27 +0000
(17:04 +0300)
committer
Andy Lutomirski
<luto@amacapital.net>
Thu, 29 Jan 2015 02:44:18 +0000
(18:44 -0800)
After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.
Link:
http://lkml.kernel.org/r/1422453867-17326-1-git-send-email-andrej.skvortzov@gmail.com
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
arch/x86/vdso/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/vdso/Makefile
b/arch/x86/vdso/Makefile
index 5a4affe025e81e39df53f40b750c2234baf52844..09297c8e1fcd3901496d9001e7eb0f7097c622f7 100644
(file)
--- 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*