diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 12:56:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 12:56:35 +0200 |
commit | c97b189c902ef28de522e43227bd8bdb26072c73 (patch) | |
tree | 297576800c07eb9599479431f16b94761c295812 /target/riscv64/systems/qemu-riscv64 | |
parent | ce32fb03663128589c0a41e38d8093a84bf771b6 (diff) |
riscv: add missing files
Diffstat (limited to 'target/riscv64/systems/qemu-riscv64')
-rw-r--r-- | target/riscv64/systems/qemu-riscv64 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/riscv64/systems/qemu-riscv64 b/target/riscv64/systems/qemu-riscv64 new file mode 100644 index 000000000..70d91645e --- /dev/null +++ b/target/riscv64/systems/qemu-riscv64 @@ -0,0 +1,7 @@ +config ADK_TARGET_SYSTEM_QEMU_RISCV64 + bool "Qemu Emulator" + select ADK_TARGET_QEMU + select ADK_TARGET_CPU_RISCV64 + help + Qemu Emulator for RISCV64 architecture. + |