linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64/Makefile: provide vdso_install target
@ 2013-06-16 19:32 Kyle McMartin
  2013-06-18 13:52 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle McMartin @ 2013-06-16 19:32 UTC (permalink / raw)
  To: linux-arm-kernel

Provide a vdso_install target in the arm64 Makefile, as other architectures
with a vdso do.

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] arm64/Makefile: provide vdso_install target
  2013-06-16 19:32 [PATCH] arm64/Makefile: provide vdso_install target Kyle McMartin
@ 2013-06-18 13:52 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2013-06-18 13:52 UTC (permalink / raw)
  To: linux-arm-kernel

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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-18 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 19:32 [PATCH] arm64/Makefile: provide vdso_install target Kyle McMartin
2013-06-18 13:52 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).