summaryrefslogtreecommitdiff
path: root/util/kconfig/lkc.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-04-12 21:39:27 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-04-13 10:51:40 +0200
commit6113c1c738e1baf94f07cc86ea7f3911ac5997a0 (patch)
tree9826e8331cbeb539d7210076ebc67283eb1a6520 /util/kconfig/lkc.h
parenta85ca490333756c3cb5ad8cd703b684fe9e655d5 (diff)
downloadcoreboot-6113c1c738e1baf94f07cc86ea7f3911ac5997a0.tar.xz
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>
Diffstat (limited to 'util/kconfig/lkc.h')
-rw-r--r--util/kconfig/lkc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/lkc.h b/util/kconfig/lkc.h
index bae66357b1..36e197b87a 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"