riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 17 Nov 2023 12:58:07 +0000 (21:58 +0900)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 26 Mar 2024 21:08:02 +0000 (14:08 -0700)
commit4b0bf9a0127029054c2fa18ba5b3f3ddc45f54ed
tree0745dbc06acb67a167ce95a38fed73b790bcc425
parentad14f7ca9f0d9fdf73d1fd61aaf8248d46ffc849
riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/

'make vdso_install' installs debug vdso files to /lib/modules/*/vdso/.

Only for the compat vdso on riscv, the installation destination differs;
compat_vdso.so.dbg is installed to /lib/module/*/compat_vdso/.

To follow the standard install destination and simplify the vdso_install
logic, change the install destination to standard /lib/modules/*/vdso/.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20231117125807.1058477-1-masahiroy@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Makefile