Re: [PATCH] arm64/Makefile: provide vdso_install target

2013-06-18 Thread Will Deacon
On Sun, Jun 16, 2013 at 08:32:44PM +0100, Kyle McMartin wrote: > Provide a vdso_install target in the arm64 Makefile, as other architectures > with a vdso do. Thanks Kyle. Acked-by: Will Deacon Will > Signed-off-by: Kyle McMartin > > --- a/arch/arm64/Makefile > +++ b/arch/arm64/Makefile >

Re: [PATCH] arm64/Makefile: provide vdso_install target

2013-06-18 Thread Will Deacon
On Sun, Jun 16, 2013 at 08:32:44PM +0100, Kyle McMartin wrote: Provide a vdso_install target in the arm64 Makefile, as other architectures with a vdso do. Thanks Kyle. Acked-by: Will Deacon will.dea...@arm.com Will Signed-off-by: Kyle McMartin k...@redhat.com --- a/arch/arm64/Makefile

[PATCH] arm64/Makefile: provide vdso_install target

2013-06-16 Thread Kyle McMartin
Provide a vdso_install target in the arm64 Makefile, as other architectures with a vdso do. Signed-off-by: Kyle McMartin --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -60,6 +60,10 @@ zinstall install: vmlinux dtbs: scripts $(Q)$(MAKE) $(build)=$(boot)/dts dtbs +PHONY +=

[PATCH] arm64/Makefile: provide vdso_install target

2013-06-16 Thread Kyle McMartin
Provide a vdso_install target in the arm64 Makefile, as other architectures with a vdso do. Signed-off-by: Kyle McMartin k...@redhat.com --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -60,6 +60,10 @@ zinstall install: vmlinux dtbs: scripts $(Q)$(MAKE) $(build)=$(boot)/dts dtbs