projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba7e5c
)
x86: teach vdso to clean
author
Sam Ravnborg
<
[email protected]
>
Wed, 30 Jan 2008 12:32:27 +0000
(13:32 +0100)
committer
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:32:27 +0000
(13:32 +0100)
A few files remained after 'make clean' in arch/x86/vdso/.
Teach vdso to clean up those files in a bit brutal fashion.
The filenames are just hardcoded in the Makefile.
Signed-off-by: Sam Ravnborg <
[email protected]
>
Cc: Roland McGrath <
[email protected]
>
Cc: "H. Peter Anvin" <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/vdso/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/vdso/Makefile
b/arch/x86/vdso/Makefile
index 58708f6c13299b1d7663e4f969b6c9ad2709b436..d28dda574700949f12c6301cf7f5f85457256e8b 100644
(file)
--- a/
arch/x86/vdso/Makefile
+++ b/
arch/x86/vdso/Makefile
@@
-130,3
+130,5
@@
$(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
PHONY += vdso_install $(vdso-install-y)
vdso_install: $(vdso-install-y)
+
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80*