|
@@ -35,6 +35,8 @@ nconfig: $(obj)/nconf
|
|
|
|
|
|
silentoldconfig: $(obj)/conf
|
|
silentoldconfig: $(obj)/conf
|
|
$(Q)mkdir -p include/config include/generated
|
|
$(Q)mkdir -p include/config include/generated
|
|
|
|
+ $(Q)test -e include/generated/autoksyms.h || \
|
|
|
|
+ touch include/generated/autoksyms.h
|
|
$< $(silent) --$@ $(Kconfig)
|
|
$< $(silent) --$@ $(Kconfig)
|
|
|
|
|
|
localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|
|
localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
|