mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
riscv: add missing vdso_install target
[ Upstream commit f157d411a9 ]
Building kernel 4.20 for Fedora as RPM fails, because riscv is missing
vdso_install target in arch/riscv/Makefile.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
ab1a520669
commit
fc9b1d7f79
|
|
@ -82,4 +82,8 @@ core-y += arch/riscv/kernel/ arch/riscv/mm/
|
|||
|
||||
libs-y += arch/riscv/lib/
|
||||
|
||||
PHONY += vdso_install
|
||||
vdso_install:
|
||||
$(Q)$(MAKE) $(build)=arch/riscv/kernel/vdso $@
|
||||
|
||||
all: vmlinux
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user