Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad6e4686 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Merge tag 'pr-20150201-x86-vdso' of...

Merge tag 'pr-20150201-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux

 into x86/asm

Pull VDSO fix fro Andy Lutomirski:

 "x86, vdso: One trivial last-minute VDSO build improvement

  Andrey noticed that the VDSO build wasn't cleaning itself up.  This
  one-liner fixes it."

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parents 8dbcb873 050835e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*