diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 11:05:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 11:05:54 +0200 |
commit | 73c912bd1b27ab79bd479b84ae333a334d293023 (patch) | |
tree | a1abaff1c2d61279fea1ce322a58518f48479b31 /target/sh/systems/qemu-sh | |
parent | 4156b7fd87da172f070dc3deae4d18002ebf1e60 (diff) |
rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archs
Diffstat (limited to 'target/sh/systems/qemu-sh')
-rw-r--r-- | target/sh/systems/qemu-sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/sh/systems/qemu-sh b/target/sh/systems/qemu-sh new file mode 100644 index 000000000..8dea50241 --- /dev/null +++ b/target/sh/systems/qemu-sh @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_QEMU_SH + bool "Qemu Emulator" + select ADK_sh + select ADK_qemu_sh + select ADK_CPU_SH4 + select ADK_TARGET_QEMU + select ADK_TARGET_KERNEL_ZIMAGE + help + Support for Qemu Emulator SUPERH architecture. + |