linux_riscv: Add 4.16-rc1.

Fixes #35148.
This commit is contained in:
Shea Levy
2018-02-19 12:14:22 -05:00
parent 3f9c900e42
commit 6173f2f945
7 changed files with 165 additions and 0 deletions

View File

@@ -545,6 +545,12 @@ rec {
name = "riscv-multiplatform";
kernelArch = "riscv";
bfdEmulation = "elf${bits}lriscv";
kernelTarget = "vmlinux";
kernelAutoModules = true;
kernelBaseConfig = "defconfig";
kernelExtraConfig = ''
FTRACE n
'';
};
selectBySystem = system: {