Skip to content

Commit

Permalink
x86, vdso: teach 'make clean' remove vdso64 binaries
Browse files Browse the repository at this point in the history
After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrey Skvortsov <[email protected]>
Signed-off-by: Andy Lutomirski <[email protected]>
  • Loading branch information
AndreySV authored and amluto committed Jan 29, 2015
1 parent c59c961 commit 050835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/vdso/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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*

0 comments on commit 050835e

Please sign in to comment.