Skip to content

Commit e4d8b09

Browse files
committed
Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fix from Palmer Dabbelt: "A build fix for 'make vdso_install' that avoids an issue trying to install the compat VDSO" * tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: riscv: compat: vdso: Fix vdso_install target
2 parents a95eb1d + 88bd24d commit e4d8b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ PHONY += vdso_install
111111
vdso_install:
112112
$(Q)$(MAKE) $(build)=arch/riscv/kernel/vdso $@
113113
$(if $(CONFIG_COMPAT),$(Q)$(MAKE) \
114-
$(build)=arch/riscv/kernel/compat_vdso $@)
114+
$(build)=arch/riscv/kernel/compat_vdso compat_$@)
115115

116116
ifeq ($(KBUILD_EXTMOD),)
117117
ifeq ($(CONFIG_MMU),y)

0 commit comments

Comments
 (0)