arm64/Makefile: provide vdso_install target
authorKyle McMartin <kyle@redhat.com>
Sun, 16 Jun 2013 19:32:44 +0000 (20:32 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 15 May 2014 18:59:53 +0000 (19:59 +0100)
Provide a vdso_install target in the arm64 Makefile, as other architectures
with a vdso do.

Signed-off-by: Kyle McMartin <kyle@redhat.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
(cherry picked from commit 3c01742a8ac93a3abf9b099758db970410427afd)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/Makefile

index c95c5cb212fd65b49f3fe801466fae90ea2f6739..b6ccf8a36e2dec63586c16300f6d1a2d1b074f4b 100644 (file)
@@ -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)