Attention is currently required from: Martin L Roth, Mike Banon, Patrick Georgi.
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79264?usp=email )
Change subject: util/kconfig: Import some more of Linux's build infra ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1: This change successfully fixes the error mentioned at [1] for menuconfig (nconfig works too), didn't check the code to be honest - but it seems to work...
[1] https://mail.coreboot.org/hyperkitty/list/coreboot@coreboot.org/thread/GRPWB...
( /usr/bin/ld: build/util/kconfig/lxdialog/yesno.o: warning: relocation against `acs_map' in read-only section `.text' /usr/bin/ld: build/util/kconfig/mconf.o: in function `show_help': mconf.c:(.text+0x1770): undefined reference to `stdscr' /usr/bin/ld: mconf.c:(.text+0x177c): undefined reference to `stdscr' /usr/bin/ld: build/util/kconfig/lxdialog/checklist.o: in function `print_item': checklist.c:(.text+0x82): undefined reference to `wattrset' /usr/bin/ld: checklist.c:(.text+0x98): undefined reference to `wmove' /usr/bin/ld: checklist.c:(.text+0xb2): undefined reference to `waddch' /usr/bin/ld: checklist.c:(.text+0xd8): undefined reference to `wmove' /usr/bin/ld: checklist.c:(.text+0xfe): undefined reference to `wattrset' ... )