From: Mike Frysinger Date: Sun, 27 Jan 2008 09:41:24 +0000 (-0000) Subject: do not respect CONFIG_MODULES as it breaks building if it is defined in the build env X-Git-Tag: 1_10_0~254 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61160dd0a155364d30b7009b69e2a15afa651a2c;p=oweals%2Fbusybox.git do not respect CONFIG_MODULES as it breaks building if it is defined in the build env --- 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