RISC-V: Build Infrastructure
This patch contains all the build infrastructure that actually enables
the RISC-V port. This includes Makefiles, linker scripts, and Kconfig
files. It also contains the only top-level change, which adds RISC-V to
the list of architectures that need a sed run to produce the ARCH
variable when building locally.
Signed-off-by: NPalmer Dabbelt <palmer@dabbelt.com>
Showing
arch/riscv/Kconfig
0 → 100644
arch/riscv/Makefile
0 → 100644
arch/riscv/configs/defconfig
0 → 100644
arch/riscv/include/asm/Kbuild
0 → 100644
arch/riscv/kernel/.gitignore
0 → 100644
arch/riscv/kernel/Makefile
0 → 100644
arch/riscv/kernel/vmlinux.lds.S
0 → 100644
arch/riscv/lib/Makefile
0 → 100644
arch/riscv/mm/Makefile
0 → 100644
想要评论请 注册 或 登录