coreboot-kgpe-d16/util/kconfig
Jonathan Neuschäfer e1a022ade4 util/kconfig: Fix gconfig build
This linker error was the problem:

build/util/kconfig/zconf.tab.o: In function `conf_read_simple':
/home/jn/dev/coreboot/util/kconfig/confdata.c:413: undefined reference to `kconfig_warnings'
/home/jn/dev/coreboot/util/kconfig/confdata.c:413: undefined reference to `kconfig_warnings'
build/util/kconfig/zconf.tab.o: In function `sym_calc_value':
/home/jn/dev/coreboot/util/kconfig/symbol.c:388: undefined reference to `kconfig_warnings'
/home/jn/dev/coreboot/util/kconfig/symbol.c:388: undefined reference to `kconfig_warnings'
collect2: error: ld returned 1 exit status
/home/jn/dev/coreboot/util/kconfig/Makefile:339: recipe for target 'build/util/kconfig/gconf' failed
make: *** [build/util/kconfig/gconf] Error 1

Change-Id: I4a667c7c15b35618fb9ad536f2be5044b8031ab4
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/15505
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2016-07-01 19:29:53 +02:00
..
lxdialog
Makefile kconfig: make oldconfig work "non-strict" 2016-02-15 08:03:56 +01:00
POTFILES.in
check.sh
conf.c
confdata.c util/kconfig: Ignore extra symbols in configs instead of failing 2016-02-12 17:03:36 +01:00
expr.c
expr.h
gconf.c util/kconfig: Fix gconfig build 2016-07-01 19:29:53 +02:00
gconf.glade
images.c
kxgettext.c
list.h
lkc.h
lkc_proto.h
mconf.c
menu.c
miniconfig
nconf.c
nconf.gui.c
nconf.h
qconf.cc util/kconfig:xconf(QT): Update QT version of xconf 2016-02-03 03:46:18 +01:00
qconf.h util/kconfig:xconf(QT): Update QT version of xconf 2016-02-03 03:46:18 +01:00
regex.c
regex.h
symbol.c util/kconfig: Remove utsname for mingw 2015-11-26 23:59:50 +01:00
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l util/kconfig: fill glob_t with 0 before calling glob 2015-11-05 02:16:02 +01:00
zconf.lex.c_shipped util/kconfig: fill glob_t with 0 before calling glob 2015-11-05 02:16:02 +01:00
zconf.tab.c_shipped
zconf.y