diff options
-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 58708f6c1329..d28dda574700 100644 --- a/arch/x86/vdso/Makefile +++ b/arch/x86/vdso/Makefile | |||
@@ -130,3 +130,5 @@ $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE | |||
130 | 130 | ||
131 | PHONY += vdso_install $(vdso-install-y) | 131 | PHONY += vdso_install $(vdso-install-y) |
132 | vdso_install: $(vdso-install-y) | 132 | vdso_install: $(vdso-install-y) |
133 | |||
134 | clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* | ||