diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-02 17:12:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-02 17:13:35 +0200 |
commit | c222886f38ea1185c1b420f03d1e1fb377506af0 (patch) | |
tree | 0ba5c36cb5d1ad37e8969dc96d47181234a175c0 /target/sh | |
parent | 48758993b09a96f83c2bd190a5586421c90428e7 (diff) |
simplify adding new arch
Generate all data needed when adding a new arch or system.
Recognize any changes in target/*/systems as reported as bug by
Joerg.
Diffstat (limited to 'target/sh')
-rw-r--r-- | target/sh/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/sh/Config.in b/target/sh/Config.in deleted file mode 100644 index 4dfe7ba09..000000000 --- a/target/sh/Config.in +++ /dev/null @@ -1,9 +0,0 @@ -choice -depends on ADK_LINUX_SH && !ADK_CHOOSE_TARGET_ARCH -prompt "Target system" - -config ADK_CHOOSE_TARGET_SYSTEM_SH - boolean "Choose target system" - -source "target/sh/Config.in.systems" -endchoice |