Fix oldconfig and defoldconfig.

Thanks Thomas Petazzoni for noticing the breakage.

 /trunk/kconfig/kconfig.mk |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-10-17 09:51:19 +00:00
parent ffd86b4a72
commit c54f4302cd

View File

@ -187,10 +187,10 @@ config.gen/debug.in: $(DEBUG_CONFIG_FILES)
menuconfig: $(obj)/mconf $(CONFIG_FILES)
$(SILENT)$< $(KCONFIG_TOP)
oldconfig: .config $(obj)/conf $(CONFIG_FILES)
oldconfig: $(obj)/conf .config $(CONFIG_FILES)
$(SILENT)$< -s $(KCONFIG_TOP)
defoldconfig: .config $(obj)/conf $(CONFIG_FILES)
defoldconfig: $(obj)/conf .config $(CONFIG_FILES)
$(SILENT)yes "" |$< -s $(KCONFIG_TOP)
#-----------------------------------------------------------