commit | 5d4595db0e1ca4c7fbe9c6870007df3578d1a20b | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Sat Sep 11 20:45:38 2021 -0700 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Mon Oct 04 17:46:02 2021 -0700 |
tree | 4166b1fdf163047c237971ec32df84d706e5d08a | |
parent | 21ccdccd21e4b0efc92fd95c9a99673c455838f0 [diff] |
riscv: add rv32 and rv64 randconfig build targets Add the ability to do randconfig build targets for both rv32 and rv64. Based on a similar patch by Michael Ellerman for PowerPC. Usage: make ARCH=riscv rv32_randconfig or make ARCH=riscv rv64_randconfig Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>