diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-09 16:02:24 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 08:19:39 -0500 |
commit | 260703a97087db63a9fbaf72e4b6c5a0d337559f (patch) | |
tree | aab3af2b62daadf2497f05810c9c1122c584169d /target/config/Config.in.hardware | |
parent | e313b47683325dc679e99320a7bc8d7a76b61668 (diff) |
add simulator target for h8/300, reorg no-MMU
Some no-MMU targets need uclinux in its triple, some
not. Introduce a new symbol for noMMU to select
correct software and configuration instead of using
UCLINUX symbol.
Diffstat (limited to 'target/config/Config.in.hardware')
-rw-r--r-- | target/config/Config.in.hardware | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.hardware b/target/config/Config.in.hardware index 0016fcf0b..fb59a0d0e 100644 --- a/target/config/Config.in.hardware +++ b/target/config/Config.in.hardware @@ -101,3 +101,8 @@ config ADK_TARGET_WITH_SMP config ADK_TARGET_WITH_MMU bool select ADK_KERNEL_MMU + +config ADK_TARGET_WITHOUT_MMU + bool + select ADK_PACKAGE_SASH + select ADK_PACKAGE_SIMPLEINIT |