2013-06-16 19:33:44

by Kyle McMartin

[permalink] [raw]
Subject: [PATCH] arm64/Makefile: provide vdso_install target

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

Signed-off-by: Kyle McMartin <[email protected]>

--- 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)


2013-06-18 13:53:22

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] arm64/Makefile: provide vdso_install target

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 <[email protected]>

Will

> Signed-off-by: Kyle McMartin <[email protected]>
>
> --- 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
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>