Jack Rosenthal has uploaded this change for review.

View Change

kconfig: use "osource" for site-local/Kconfig

This file is optional. Using osource, which was added in the parent
commit (see the parent commit message for a bit more explanation).

Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I624d5f28746a5acc6725bc34adf5e262130219fc
---
M src/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/48720/1
diff --git a/src/Kconfig b/src/Kconfig
index 33065cb..61f976e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -489,7 +489,7 @@
endmenu

# load site-local kconfig to allow user specific defaults and overrides
-source "site-local/Kconfig"
+osource "site-local/Kconfig"

config SYSTEM_TYPE_LAPTOP
default n

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I624d5f28746a5acc6725bc34adf5e262130219fc
Gerrit-Change-Number: 48720
Gerrit-PatchSet: 1
Gerrit-Owner: Jack Rosenthal <jrosenth@chromium.org>
Gerrit-MessageType: newchange