diff mbox

arm64/Makefile: provide vdso_install target

Message ID 20130616193243.GC8939@redacted.bos.redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kyle McMartin June 16, 2013, 7:32 p.m. UTC
Provide a vdso_install target in the arm64 Makefile, as other architectures
with a vdso do.

Signed-off-by: Kyle McMartin <kyle@redhat.com>

Comments

Will Deacon June 18, 2013, 1:52 p.m. UTC | #1
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.deacon@arm.com>

Will

> Signed-off-by: Kyle McMartin <kyle@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
>  
> +PHONY += vdso_install
> +vdso_install:
> +	$(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
> +
>  # We use MRPROPER_FILES and CLEAN_FILES now
>  archclean:
>  	$(Q)$(MAKE) $(clean)=$(boot)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
diff mbox

Patch

--- a/arch/arm64/Makefile
+++ b/arch/arm64/Makefile
@@ -60,6 +60,10 @@  zinstall install: vmlinux
 dtbs: scripts
 	$(Q)$(MAKE) $(build)=$(boot)/dts dtbs
 
+PHONY += vdso_install
+vdso_install:
+	$(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
+
 # We use MRPROPER_FILES and CLEAN_FILES now
 archclean:
 	$(Q)$(MAKE) $(clean)=$(boot)