summaryrefslogtreecommitdiff
path: root/target/sh/systems/qemu-sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-08 11:05:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-08 11:05:54 +0200
commit73c912bd1b27ab79bd479b84ae333a334d293023 (patch)
treea1abaff1c2d61279fea1ce322a58518f48479b31 /target/sh/systems/qemu-sh
parent4156b7fd87da172f070dc3deae4d18002ebf1e60 (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-sh10
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.
+