projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10febb3
)
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
Palmer Dabbelt
<palmer@sifive.com>
Tue, 13 Nov 2018 01:16:25 +0000
(17:16 -0800)
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>
arch/riscv/Makefile
patch
|
blob
|
history
diff --git
a/arch/riscv/Makefile
b/arch/riscv/Makefile
index d10146197533affd63c3e7392ccd73a4d7ba2e27..4af153a182b071fcd4853a8853fb94fb1333312b 100644
(file)
--- a/
arch/riscv/Makefile
+++ b/
arch/riscv/Makefile
@@
-77,4
+77,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