aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-27 09:41:24 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-27 09:41:24 +0000
commit61160dd0a155364d30b7009b69e2a15afa651a2c (patch)
tree8bb80f6f064e7068ea72a1eeed5f4f5dcf7752c8 /Makefile
parentb76b9a4328460fdee7d72c08a89d1d79392beb99 (diff)
downloadbusybox-61160dd0a155364d30b7009b69e2a15afa651a2c.tar.gz
do not respect CONFIG_MODULES as it breaks building if it is defined in the build env
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eabc21b2c..411e0dc37 100644
--- a/Makefile
+++ b/Makefile
@@ -842,7 +842,7 @@ depend dep:
# ---------------------------------------------------------------------------
# Modules
-ifdef CONFIG_MODULES
+ifdef _BB_DISABLED_CONFIG_MODULES
# By default, build modules as well