Nico Huber has uploaded this change for review.

View Change

[TEST] abuild: Default to !CHROMEOS

Change-Id: I9ae4bc22f70be5b8d8efa35f0cc8aa2d36a5531a
Signed-off-by: Nico Huber <nico.h@gmx.de>
---
M util/abuild/abuild
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/49056/1
diff --git a/util/abuild/abuild b/util/abuild/abuild
index 408de12..59da54c 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -655,7 +655,7 @@
clean_objs=false
verboseopt='V=0'
customizing=""
-configoptions=""
+configoptions="# CONFIG_CHROMEOS is not set\n"
# testclass needs to be undefined if not used for variable expansion to work
unset testclass
while true ; do

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9ae4bc22f70be5b8d8efa35f0cc8aa2d36a5531a
Gerrit-Change-Number: 49056
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-MessageType: newchange