|
@@ -41,7 +41,6 @@ syncconfig: $(obj)/conf
|
|
$< $(silent) --$@ $(Kconfig)
|
|
$< $(silent) --$@ $(Kconfig)
|
|
|
|
|
|
localyesconfig localmodconfig: $(obj)/conf
|
|
localyesconfig localmodconfig: $(obj)/conf
|
|
- $(Q)mkdir -p include/config include/generated
|
|
|
|
$(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
|
|
$(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
|
|
$(Q)if [ -f .config ]; then \
|
|
$(Q)if [ -f .config ]; then \
|
|
cmp -s .tmp.config .config || \
|
|
cmp -s .tmp.config .config || \
|