diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-18 23:56:46 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-18 23:56:46 -0600 |
commit | 91a65fe8097b458ecba2cb88b862576e10cf72d9 (patch) | |
tree | 47033e1a5371490ff628ce15b38491da803aa060 /target | |
parent | efacbcf5c8d14367453f8f8dfae761132faa56b1 (diff) |
fix recursive selects
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.cpu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index c830dd267..2df3567f2 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -136,7 +136,7 @@ config ADK_CPU_XSCALE config ADK_CPU_M68K bool select ADK_TARGET_WITH_LT if ADK_LINUX_UCLINUX - select ADK_TARGET_WITH_MMU if !ADK_TARGET_WITH_MMU + select ADK_TARGET_WITH_MMU if !ADK_LINUX_UCLINUX select ADK_TARGET_WITH_NPTL config ADK_CPU_MIPS32 @@ -157,7 +157,7 @@ config ADK_CPU_MIPS64 config ADK_CPU_MICROBLAZE bool select ADK_TARGET_WITH_LT if ADK_TARGET_LIBC_UCLIBC_NG - select ADK_TARGET_WITH_MMU if !ADK_TARGET_WITH_MMU + select ADK_TARGET_WITH_MMU if !ADK_LINUX_UCLINUX select ADK_TARGET_WITH_NPTL config ADK_CPU_ARM926EJ_S |