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>
Showing
arch/riscv/Kconfig
0 → 100644
arch/riscv/Makefile
0 → 100644
arch/riscv/configs/defconfig
0 → 100644
arch/riscv/kernel/.gitignore
0 → 100644
arch/riscv/kernel/Makefile
0 → 100644
arch/riscv/lib/Makefile
0 → 100644
arch/riscv/mm/Makefile
0 → 100644
Please register or sign in to comment