diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2016-06-30 00:32:02 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-01 19:29:53 +0200 |
commit | e1a022ade46a6b8885e52b680f790235547242d8 (patch) | |
tree | 35d025017565325adcee692d2d7e553fcf62ba34 /Documentation | |
parent | 222381e390191d7a4476642ae0e544c96349a096 (diff) | |
download | coreboot-e1a022ade46a6b8885e52b680f790235547242d8.tar.xz |
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions