kconfig: Fix 'make gconfig'.
Change-Id: Id2d0735d875b40e131fc2aada27435fdcbacc8cb Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://review.coreboot.org/891 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
a85ca49033
commit
6113c1c738
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue