Commit 909548d6 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Paul Walmsley

riscv: add arch/riscv/Kbuild

Use the standard obj-y form to specify the sub-directories under
arch/riscv/. No functional change intended.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarPaul Walmsley <paul.walmsley@sifive.com>
parent d95f1a54
# SPDX-License-Identifier: GPL-2.0-only
obj-y += kernel/ mm/ net/
......@@ -72,7 +72,7 @@ KBUILD_IMAGE := $(boot)/Image.gz
head-y := arch/riscv/kernel/head.o
core-y += arch/riscv/kernel/ arch/riscv/mm/ arch/riscv/net/
core-y += arch/riscv/
libs-y += arch/riscv/lib/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment