Thank you, the patch at https://review.coreboot.org/c/coreboot/+/79298 really helps, I +1 it now
On Wed, Nov 29, 2023 at 8:39 PM Mike Banon <[email protected]> wrote: > > At the moment none of the suggestions work (tried make oldconfig, make > olddefconfig, make menuconfig KCONFIG_WERROR=0 > KCONFIG_WARN_UNKNOWN_SYMBOLS=0 "). Any workaround alternative to git > revert of this commit would be nice > > On Wed, Nov 29, 2023 at 1:41 PM Patrick Georgi via coreboot > <[email protected]> wrote: > > > > On 29.11.23 00:20, Martin Roth via coreboot <[email protected]> wrote: > > > Hey Mike, > > > I think you should be able to just append change the kconfig values when > > > you run make to override the current settings. > > > > > > something like > > > `make menuconfig KCONFIG_WERROR=0 KCONFIG_WARN_UNKNOWN_SYMBOLS=0` > > > > > > if we update where they're set in the makefile from := to ?=, you could > > > even just have them set as environment variables so they don't need to be > > > on the command line. > > > > Kconfig doesn't check for the value in the variables, just for their > > presence. Therefore we'd need to unexport the variables, and that's not > > possible per-target (despite the gnu make docs claiming otherwise) or on > > the make command line. > > > > I started a discussion in another thread on that, maybe we could discuss > > this over at > > https://mail.coreboot.org/hyperkitty/list/[email protected]/thread/M543FU2OIHEMLAFAFAPCFHAD36ISAEKO/? > > _______________________________________________ > > coreboot mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > > > -- > Best regards, Mike Banon > Open Source Community Manager of 3mdeb - https://3mdeb.com/ -- Best regards, Mike Banon Open Source Community Manager of 3mdeb - https://3mdeb.com/ _______________________________________________ coreboot mailing list -- [email protected] To unsubscribe send an email to [email protected]

