|
@@ -30,7 +30,7 @@ silentoldconfig: $(obj)/conf
|
|
|
$< -s $(Kconfig)
|
|
|
|
|
|
localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
- $(Q)perl $< $(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; \
|
|
@@ -44,7 +44,7 @@ localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
$(Q)rm -f .tmp.config
|
|
|
|
|
|
localyesconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
- $(Q)perl $< $(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 || \
|