Files
lk/project/qemu-virt-riscv64-supervisor-test.mk
Travis Geiselbrecht 9c71a0ec57 [platform][qemu-riscv] Fixup qemu-riscv target
-Fix plic driver to handle machine vs supervisor mode
-Add switch to scripts/do-qemuriscv to run in supervisor mode (with OpenSBI)
-Use the FDT to detect the number of cpus and size of memory
2020-01-19 14:48:25 -08:00

12 lines
245 B
Makefile

# main project for qemu-riscv64-supervisor
MODULES += \
app/shell
SUBARCH := 64
RISCV_MODE := supervisor
include project/virtual/test.mk
include project/virtual/fs.mk
include project/virtual/minip.mk
include project/target/qemu-virt-riscv.mk