|
@@ -33,11 +33,11 @@ oldconfig: $(obj)/conf
|
|
|
$< --$@ $(Kconfig)
|
|
|
|
|
|
silentoldconfig: $(obj)/conf
|
|
|
- $(Q)mkdir -p include/generated
|
|
|
+ $(Q)mkdir -p include/config include/generated
|
|
|
$< --$@ $(Kconfig)
|
|
|
|
|
|
localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
|
- $(Q)mkdir -p include/generated
|
|
|
+ $(Q)mkdir -p include/config include/generated
|
|
|
$(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
|
|
|
$(Q)if [ -f .config ]; then \
|
|
|
cmp -s .tmp.config .config || \
|