From 61160dd0a155364d30b7009b69e2a15afa651a2c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 27 Jan 2008 09:41:24 +0000 Subject: [PATCH] do not respect CONFIG_MODULES as it breaks building if it is defined in the build env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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