diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:24:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:25:08 +0200 |
commit | b6e55ac8d5a98900c6e0cfa0091e488679680af3 (patch) | |
tree | 7f3efc6b94692fc08c11da43f1269e51ad4ec013 /target/config | |
parent | e496d39130b8b3e0eb7637c917a0c88c59d40e43 (diff) |
add or1ksim basic files
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target index dfd61d779..564cc392f 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -37,6 +37,7 @@ config ADK_TARGET_ROOTFS_INITRAMFSPIGGYBACK depends on \ ADK_TARGET_QEMU || \ ADK_TARGET_SIM || \ + ADK_TARGET_SYSTEM_OR1K_SIM || \ ADK_TARGET_ARCH_AARCH64 || \ ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_M68K || \ |