|
@@ -43,7 +43,7 @@ localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
fi
|
|
fi
|
|
$(Q)rm -f .tmp.config
|
|
$(Q)rm -f .tmp.config
|
|
|
|
|
|
-localyesconfig: $(obj)/streamline_config.pl
|
|
|
|
|
|
+localyesconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
$(Q)perl $< $(Kconfig) > .tmp.config
|
|
$(Q)perl $< $(Kconfig) > .tmp.config
|
|
$(Q)sed -i s/=m/=y/ .tmp.config
|
|
$(Q)sed -i s/=m/=y/ .tmp.config
|
|
$(Q)if [ -f .config ]; then \
|
|
$(Q)if [ -f .config ]; then \
|