diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-01-30 13:32:27 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:32:27 +0100 |
commit | d531b4fd2fa3c619d973ea639476f172d5a3732d (patch) | |
tree | 34e836938cedf3064fb2bf35750729254767784e /arch | |
parent | 4ba7e5cd499a72983e6d011e76c1d8fad896d310 (diff) | |
download | kernel_samsung_espresso10-d531b4fd2fa3c619d973ea639476f172d5a3732d.zip kernel_samsung_espresso10-d531b4fd2fa3c619d973ea639476f172d5a3732d.tar.gz kernel_samsung_espresso10-d531b4fd2fa3c619d973ea639476f172d5a3732d.tar.bz2 |
x86: teach vdso to clean
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 <sam@ravnborg.org>
Cc: Roland McGrath <roland@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/vdso/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index 58708f6..d28dda5 100644 --- 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* |