[coreboot-gerrit] New patch to review for coreboot: kconfig: add olddefconfig target to help

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jun 22 21:36:44 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15319

-gerrit

commit 51fa9097280aa5fb72682480f123bc4d63e45c6f
Author: Martin Roth <martinroth at google.com>
Date:   Wed Jun 22 13:34:42 2016 -0600

    kconfig: add olddefconfig target to help
    
    olddefconfig is used to expand the miniconfig files with all the default
    values removed by the 'savedefconfig' target.
    
    Change-Id: Ic9c62f4c334919e8be478d30099819b90891670a
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/kconfig/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile
index ffd5253..3b00da3 100644
--- a/util/kconfig/Makefile
+++ b/util/kconfig/Makefile
@@ -114,6 +114,7 @@ help_kconfig help::
 	@echo  '  xconfig	  - Update current config utilising a QT based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK based front-end'
 	@echo  '  oldconfig	  - Update current config utilising a provided .config as base'
+	@echo  '  olddefconfig    - Same as oldconfig, but with default answer to all new options'
 	#@echo  '  localmodconfig  - Update current config disabling modules not loaded'
 	#@echo  '  localyesconfig  - Update current config converting local mods to core'
 	@echo  '  silentoldconfig - Same as oldconfig, but quietly, additionally update deps'



More information about the coreboot-gerrit mailing list