|
@@ -35,7 +35,7 @@ silentoldconfig: $(obj)/conf
|
|
|
|
|
|
localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
$(Q)mkdir -p include/generated
|
|
|
- $(Q)perl $< $(srctree) $(Kconfig) > .tmp.config
|
|
|
+ $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
|
|
|
$(Q)if [ -f .config ]; then \
|
|
|
cmp -s .tmp.config .config || \
|
|
|
(mv -f .config .config.old.1; \
|
|
@@ -50,7 +50,7 @@ localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
|
|
|
localyesconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
$(Q)mkdir -p include/generated
|
|
|
- $(Q)perl $< $(srctree) $(Kconfig) > .tmp.config
|
|
|
+ $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
|
|
|
$(Q)sed -i s/=m/=y/ .tmp.config
|
|
|
$(Q)if [ -f .config ]; then \
|
|
|
cmp -s .tmp.config .config || \
|