[coreboot-gerrit] New patch to review for coreboot: 78c2bd4 kconfig: allow specifying the target for savedefconfig

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jun 11 09:57:25 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10511

-gerrit

commit 78c2bd48034166e1fca0d2ab889c5f4c3c49407b
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jun 11 09:55:43 2015 +0200

    kconfig: allow specifying the target for savedefconfig
    
    Change-Id: Iee5ab0d3bdc8b754669356f2046d290d9ca555c2
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/kconfig/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile
index f80d531..6c301a9 100644
--- a/util/kconfig/Makefile
+++ b/util/kconfig/Makefile
@@ -5,6 +5,8 @@
 export LC_ALL=C
 export LANG=C
 
+DEFCONFIG?=defconfig
+
 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \
 	localmodconfig localyesconfig
 
@@ -85,7 +87,7 @@ allnoconfig allyesconfig allmodconfig alldefconfig randconfig: $(objk)/conf
 	$< --$@ $(Kconfig)
 
 savedefconfig: $(objk)/conf
-	$< --$@=defconfig $(Kconfig)
+	$< --$@=$(DEFCONFIG) $(Kconfig)
 
 defconfig: $(objk)/conf
 ifeq ($(KBUILD_DEFCONFIG),)



More information about the coreboot-gerrit mailing list