[coreboot] New patch to review for coreboot: 6967e3f kconfig: Fix 'make gconfig'.

Uwe Hermann (uwe@hermann-uwe.de) gerrit at coreboot.org
Thu Apr 12 21:44:52 CEST 2012


Uwe Hermann (uwe at hermann-uwe.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/891

-gerrit

commit 6967e3f7239b3afe9c73ac97c6035c52d828b1a2
Author: Uwe Hermann <uwe at hermann-uwe.de>
Date:   Thu Apr 12 21:39:27 2012 +0200

    kconfig: Fix 'make gconfig'.
    
    Change-Id: Id2d0735d875b40e131fc2aada27435fdcbacc8cb
    Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
---
 util/kconfig/Makefile |    1 +
 util/kconfig/lkc.h    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile
index 0e108a3..6cdc845 100644
--- a/util/kconfig/Makefile
+++ b/util/kconfig/Makefile
@@ -16,6 +16,7 @@ xconfig: $(objk)/qconf
 	$(objk)/qconf $(Kconfig)
 
 gconfig: $(objk)/gconf
+	cp -f $(srck)/gconf.glade $(objk)/gconf.glade
 	$(objk)/gconf $(Kconfig)
 
 menuconfig: $(objk)/mconf
diff --git a/util/kconfig/lkc.h b/util/kconfig/lkc.h
index bae6635..36e197b 100644
--- a/util/kconfig/lkc.h
+++ b/util/kconfig/lkc.h
@@ -29,7 +29,7 @@ extern "C" {
 #include "lkc_proto.h"
 #undef P
 
-#define SRCTREE "src"
+#define SRCTREE "."
 
 #define PACKAGE "coreboot"
 #define LOCALEDIR "/usr/share/locale"




More information about the coreboot mailing list