Jack Rosenthal uploaded patch set #2 to this change.

View Change

kconfig: allow for optional source with osource

Kconfiglib will error if files sourced do not exist, whereas the C
kconfig implementation will tolerate it.

Kconfiglib has a directive "osource" which is tolerant, like the C
implementation. We can update the inclusion of site-local to use this
instead (note: this is done in a follow-up CL hopefully to make the
linter happy ... we will see ... I'm not quite sure how the linter
works).

Note to reviewers: the *.c_shipped files are machine generated by
gperf, flex, and bison, and aren't worth the human eyes for review.

Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I71fbcfc1807e7398da250ddf1e47f6530345e0b5
---
M util/kconfig/zconf.gperf
M util/kconfig/zconf.hash.c_shipped
M util/kconfig/zconf.lex.c_shipped
M util/kconfig/zconf.tab.c_shipped
4 files changed, 1,572 insertions(+), 1,628 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/48677/2

To view, visit change 48677. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I71fbcfc1807e7398da250ddf1e47f6530345e0b5
Gerrit-Change-Number: 48677
Gerrit-PatchSet: 2
Gerrit-Owner: Jack Rosenthal <jrosenth@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Nico Huber <nico.h@gmx.de>
Gerrit-MessageType: newpatchset