Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
[pandora-kernel.git] / scripts / kconfig / Makefile
index 915a39a..6d69c7c 100644 (file)
@@ -43,7 +43,7 @@ localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
        fi
        $(Q)rm -f .tmp.config
 
-localyesconfig: $(obj)/streamline_config.pl
+localyesconfig: $(obj)/streamline_config.pl $(obj)/conf
        $(Q)perl $< $(Kconfig) > .tmp.config
        $(Q)sed -i s/=m/=y/ .tmp.config
        $(Q)if [ -f .config ]; then                             \