commit | 61160dd0a155364d30b7009b69e2a15afa651a2c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Jan 27 09:41:24 2008 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Jan 27 09:41:24 2008 +0000 |
tree | 8bb80f6f064e7068ea72a1eeed5f4f5dcf7752c8 | |
parent | b76b9a4328460fdee7d72c08a89d1d79392beb99 [diff] [blame] |
do not respect CONFIG_MODULES as it breaks building if it is defined in the build env
diff --git a/Makefile b/Makefile index eabc21b..411e0dc 100644 --- a/Makefile +++ b/Makefile
@@ -842,7 +842,7 @@ # --------------------------------------------------------------------------- # Modules -ifdef CONFIG_MODULES +ifdef _BB_DISABLED_CONFIG_MODULES # By default, build modules as well