]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f8ed54786d98aa6707334db144d8b189b9e20d6
treeb239456f878fa37605efc79216b870cba55f977b
parente06fa2d779605fb99293df004e99285b10708e8d
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]