Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv: compat: vdso: Fix vdso_install target
When CONFIG_COMPAT=y the vdso_install target fails: $ make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- vdso_install INSTALL vdso.so make[1]: *** No rule to make target 'vdso_install'. Stop. make: *** [arch/riscv/Makefile:112: vdso_install] Error 2 The problem is that arch/riscv/kernel/compat_vdso/Makefile doesn't have a vdso_install target, but instead calls it compat_vdso_install. Signed-off-by: Emil Renner Berthing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: 0715372 ("riscv: compat: vdso: Add COMPAT_VDSO base code implementation") Cc: [email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
- Loading branch information