From bfe6f6a72e34e202073bf1787898f7228f9d5562 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Jun 2016 13:34:42 -0600 Subject: kconfig: add olddefconfig target to help MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/15319 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/kconfig/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util/kconfig') diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index ffd5253aef..3b00da3cf1 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' -- cgit v1.2.3