summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-16 01:25:02 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-16 01:25:18 -0500
commitfbfe56ba11baf48575cfc02fb1000fa2000b782f (patch)
tree88707c143146bd31e637176d925533b313273d0c /package/busybox/Makefile
parentcea711833b9011cc4d8496c824a8c7b251cb5c39 (diff)
fix h8/300 userland build
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 25dae3d21..a97c1ae3d 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -41,7 +41,7 @@ do-configure:
symbol=$$(echo $$sym|sed -e "s#=y##"); \
printf "# CONFIG_$${symbol} is not set\n" >> ${WRKBUILD}/.config; \
done
-ifneq ($(ADK_TARGET_WITH_MMU),y)
+ifeq ($(ADK_TARGET_WITHOUT_MMU),y)
echo 'CONFIG_NOMMU=y' >> ${WRKBUILD}/.config
endif
$(SED) 's;@IDIR@;${WRKINST};' ${WRKBUILD}/.config