diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-27 09:41:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-27 09:41:24 +0000 |
commit | 61160dd0a155364d30b7009b69e2a15afa651a2c (patch) | |
tree | 8bb80f6f064e7068ea72a1eeed5f4f5dcf7752c8 | |
parent | b76b9a4328460fdee7d72c08a89d1d79392beb99 (diff) | |
download | busybox-w32-61160dd0a155364d30b7009b69e2a15afa651a2c.tar.gz busybox-w32-61160dd0a155364d30b7009b69e2a15afa651a2c.tar.bz2 busybox-w32-61160dd0a155364d30b7009b69e2a15afa651a2c.zip |
do not respect CONFIG_MODULES as it breaks building if it is defined in the build env
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -842,7 +842,7 @@ depend dep: | |||
842 | # --------------------------------------------------------------------------- | 842 | # --------------------------------------------------------------------------- |
843 | # Modules | 843 | # Modules |
844 | 844 | ||
845 | ifdef CONFIG_MODULES | 845 | ifdef _BB_DISABLED_CONFIG_MODULES |
846 | 846 | ||
847 | # By default, build modules as well | 847 | # By default, build modules as well |
848 | 848 | ||