projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1a520
)
riscv: add missing vdso_install target
author
David Abdurachmanov
<david.abdurachmanov@gmail.com>
Mon, 5 Nov 2018 14:35:37 +0000
(15:35 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 1 Dec 2018 08:37:33 +0000
(09:37 +0100)
[ Upstream commit
f157d411a9eb170d2ee6b766da7a381962017cc9
]
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>
arch/riscv/Makefile
patch
|
blob
|
history
diff --git
a/arch/riscv/Makefile
b/arch/riscv/Makefile
index 61ec42405ec9630082beb941cb58a963127c13ad..110be14e612261677ff2451648829d60c09006b8 100644
(file)
--- a/
arch/riscv/Makefile
+++ b/
arch/riscv/Makefile
@@
-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