kconfig/kconfig.mk
changeset 896 c30837b79ce0
parent 891 4d770d1f65a0
child 897 900515add745
     1.1 --- a/kconfig/kconfig.mk	Mon Sep 29 20:51:16 2008 +0000
     1.2 +++ b/kconfig/kconfig.mk	Thu Oct 02 13:04:21 2008 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  KCONFIG_TOP = config/config.in
     1.6  obj = $(CT_TOP_DIR)/kconfig
     1.7 -PHONY += clean help oldconfig menuconfig config defoldconfig extractconfig
     1.8 +PHONY += clean help oldconfig menuconfig config defoldconfig
     1.9  
    1.10  # Darwin (MacOS-X) does not have proper libintl support
    1.11  ifeq ($(shell uname -s),Darwin)
    1.12 @@ -114,7 +114,7 @@
    1.13  	  echo "endmenu";                                                   \
    1.14  	 ) >$@
    1.15  
    1.16 -config menuconfig oldconfig defoldconfig extractconfig: $(KCONFIG_TOP)
    1.17 +config menuconfig oldconfig defoldconfig: $(KCONFIG_TOP)
    1.18  
    1.19  $(KCONFIG_TOP):
    1.20  	@ln -sf $(CT_LIB_DIR)/config config
    1.21 @@ -131,16 +131,11 @@
    1.22  defoldconfig: $(CONFIG_FILES) $(obj)/conf
    1.23  	@yes "" |$(obj)/conf -s $(KCONFIG_TOP)
    1.24  
    1.25 -extractconfig: $(CONFIG_FILES) $(obj)/conf
    1.26 -	@$(CT_LIB_DIR)/tools/extract-config.sh >.config
    1.27 -	@$(obj)/conf -s $(KCONFIG_TOP)
    1.28 -
    1.29  # Help text used by make help
    1.30  help-config::
    1.31  	@echo  '  config             - Update current config using a line-oriented program'
    1.32  	@echo  '  menuconfig         - Update current config using a menu based program'
    1.33  	@echo  '  oldconfig          - Update current config using a provided .config as base'
    1.34 -	@echo  '  extractconfig      - Create a new config using options extracted from a'
    1.35  	@echo  '                       build log piped into stdin'
    1.36  
    1.37  # Cheesy build