diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binfmt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt index 2e15e613d..169c0cb00 100644 --- a/target/config/Config.in.binfmt +++ b/target/config/Config.in.binfmt @@ -7,6 +7,7 @@ depends on ADK_TARGET_ARCH_ARM \ || ADK_TARGET_ARCH_BFIN \ || ADK_TARGET_ARCH_C6X \ || ADK_TARGET_ARCH_H8300\ + || ADK_TARGET_ARCH_LM32\ || ADK_TARGET_ARCH_M68K config ADK_TARGET_BINFMT_ELF @@ -16,7 +17,7 @@ config ADK_TARGET_BINFMT_ELF config ADK_TARGET_BINFMT_FLAT bool "FLAT" depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_BFIN || ADK_TARGET_ARCH_M68K) && ADK_TARGET_UCLINUX \ - || ADK_TARGET_ARCH_H8300 + || ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_LM32 config ADK_TARGET_BINFMT_DSBT bool "DSBT" |