RISC-V: Build Infrastructure
authorPalmer Dabbelt <palmer@dabbelt.com>
Tue, 11 Jul 2017 01:08:08 +0000 (18:08 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Tue, 26 Sep 2017 22:26:49 +0000 (15:26 -0700)
commitfbe934d69eb7ed22b59514e9c1fe8871b8b198ec
treeb239456f878fa37605efc79216b870cba55f977b
parente2c0cdfba7f69925afc92b20cd9835d81e11a4f1
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: Palmer Dabbelt <palmer@dabbelt.com>
Makefile
arch/riscv/Kconfig [new file with mode: 0644]
arch/riscv/Makefile [new file with mode: 0644]
arch/riscv/configs/defconfig [new file with mode: 0644]
arch/riscv/include/asm/Kbuild [new file with mode: 0644]
arch/riscv/kernel/.gitignore [new file with mode: 0644]
arch/riscv/kernel/Makefile [new file with mode: 0644]
arch/riscv/kernel/vmlinux.lds.S [new file with mode: 0644]
arch/riscv/lib/Makefile [new file with mode: 0644]
arch/riscv/mm/Makefile [new file with mode: 0644]