Uwe Hermann ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/891
-gerrit commit 6967e3f7239b3afe9c73ac97c6035c52d828b1a2 Author: Uwe Hermann <[email protected]> Date: Thu Apr 12 21:39:27 2012 +0200 kconfig: Fix 'make gconfig'. Change-Id: Id2d0735d875b40e131fc2aada27435fdcbacc8cb Signed-off-by: Uwe Hermann <[email protected]> --- 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" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

