Skip to content

Commit 77c0c96

Browse files
Mr-Bossmanpalmer-dabbelt
authored andcommitted
riscv: configs: Add nommu PHONY defconfig for RV32
32bit risc-v can be configured to run without MMU. Introduce rv32_nommu_virt_defconfig .PHONY target, that is based on nommu_virt_defconfig. This is similar to how rv32_defconfig is based on "defconfig". Suggested-by: Conor Dooley <conor@kernel.org> Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com> Cc: Yimin Gu <ustcymgu@gmail.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230301002657.352637-4-Mr.Bossman075@gmail.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent b5e2c50 commit 77c0c96

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/riscv/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,7 @@ rv64_randconfig:
174174
PHONY += rv32_defconfig
175175
rv32_defconfig:
176176
$(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config
177+
178+
PHONY += rv32_nommu_virt_defconfig
179+
rv32_nommu_virt_defconfig:
180+
$(Q)$(MAKE) -f $(srctree)/Makefile nommu_virt_defconfig 32-bit.config

0 commit comments

Comments
 (0)