Patrick Georgi has uploaded this change for review.

View Change

util: Compile vboot with CrOS parts disabled

With CL:2270096 merged, vboot can be built with CrOS specific
support disabled. Use this feature so our build becomes more
portable.

Fixes https://ticket.coreboot.org/issues/145

Change-Id: Ice1955623779792af4d0b87872827f6fbe687e31
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
---
M util/cbfstool/Makefile.inc
M util/futility/Makefile.inc
2 files changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/42853/1
diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc
index f38c825..f41724a 100644
--- a/util/cbfstool/Makefile.inc
+++ b/util/cbfstool/Makefile.inc
@@ -133,6 +133,7 @@
unset CFLAGS LDFLAGS; $(MAKE) -C $(VBOOT_SOURCE) \
BUILD=$(VBOOT_HOST_BUILD) \
CC="$(HOSTCC)" \
+ NOCROS=1 \
$(if $(HOSTPKGCONFIG), PKG_CONFIG="$(HOSTPKGCONFIG)") \
V=$(V) \
hostlib
diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.inc
index ee4ad05..d3f0441 100644
--- a/util/futility/Makefile.inc
+++ b/util/futility/Makefile.inc
@@ -7,6 +7,7 @@
unset CFLAGS LDFLAGS; $(MAKE) -C $(VBOOT_SOURCE) \
BUILD=$(VBOOT_HOST_BUILD) \
CC="$(HOSTCC)" \
+ NOCROS=1 \
$(if $(HOSTPKGCONFIG), PKG_CONFIG="$(HOSTPKGCONFIG)") \
V=$(V) \
$@

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ice1955623779792af4d0b87872827f6fbe687e31
Gerrit-Change-Number: 42853
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi@google.com>
Gerrit-MessageType: newchange