x86/build/vdso: Remove unused $(vobjs-nox32) in Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 15 May 2018 02:52:22 +0000 (11:52 +0900)
committerIngo Molnar <mingo@kernel.org>
Tue, 15 May 2018 05:32:42 +0000 (07:32 +0200)
commitb3656612118f8961182f988168c835f023f0408a
tree6a687257e9e3657db3c7ee2f85468412d2926168
parent2a7ffe465769bc15cb4a77f6a71e6f071d644068
x86/build/vdso: Remove unused $(vobjs-nox32) in Makefile

Since commit bfad381c0d1e ("x86/vdso: Improve the fake section
headers"), $(vobjs-nox32) is empty.  Therefore, $(vobjs64-for-x32)
is the same as $(vobjs-y).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1526352744-28229-2-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/entry/vdso/Makefile