aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kernel/vdso32/Makefile
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2020-08-17 18:49:50 -0700
committerCatalin Marinas <catalin.marinas@arm.com>2020-08-21 19:11:44 +0100
commit8d75785a814241587802655cc33e384230744f0c (patch)
tree45bbca53c7013398de923aef3d25fcdc3d463243 /arch/arm64/kernel/vdso32/Makefile
parentKVM: arm64: Print warning when cpu erratum can cause guests to deadlock (diff)
downloadwireguard-linux-8d75785a814241587802655cc33e384230744f0c.tar.xz
wireguard-linux-8d75785a814241587802655cc33e384230744f0c.zip
ARM64: vdso32: Install vdso32 from vdso_install
Add the 32-bit vdso Makefile to the vdso_install rule so that 'make vdso_install' installs the 32-bit compat vdso when it is compiled. Fixes: a7f71a2c8903 ("arm64: compat: Add vDSO") Signed-off-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Acked-by: Will Deacon <will@kernel.org> Cc: Vincenzo Frascino <vincenzo.frascino@arm.com> Link: https://lore.kernel.org/r/20200818014950.42492-1-swboyd@chromium.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to '')
-rw-r--r--arch/arm64/kernel/vdso32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/vdso32/Makefile b/arch/arm64/kernel/vdso32/Makefile
index 5139a5f19256..d6adb4677c25 100644
--- a/arch/arm64/kernel/vdso32/Makefile
+++ b/arch/arm64/kernel/vdso32/Makefile
@@ -208,7 +208,7 @@ quiet_cmd_vdsosym = VDSOSYM $@
cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
# Install commands for the unstripped file
-quiet_cmd_vdso_install = INSTALL $@
+quiet_cmd_vdso_install = INSTALL32 $@
cmd_vdso_install = cp $(obj)/$@.dbg $(MODLIB)/vdso/vdso32.so
vdso.so: $(obj)/vdso.so.dbg