On Fri, Jul 19, 2019 at 11:10:18AM +0100, Vincenzo Frascino wrote: > The recent changes to the vdso library for arm64 and the introduction of > the compat vdso library have generated some misalignment in the > Makefiles. > > Cleanup the Makefiles for vdso and vdso32 libraries: > * Removing unused rules. > * Unifying the displayed compilation messages. > * Simplifying the generic library inclusion path for > arm64 vdso. > > Cc: Catalin Marinas <catalin.mari...@arm.com> > Cc: Will Deacon <w...@kernel.org> > Signed-off-by: Vincenzo Frascino <vincenzo.frasc...@arm.com> > --- > arch/arm64/kernel/vdso/Makefile | 9 +++------ > arch/arm64/kernel/vdso32/Makefile | 10 +++++----- > 2 files changed, 8 insertions(+), 11 deletions(-)
Thanks, I'll queue this for -rc2. Will