summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Chen <marcochen@chromium.org>2018-11-15 06:32:59 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-12-05 00:50:22 +0000
commitabe8925316c57e013070c8a12dc20cfa5e8155e9 (patch)
tree9797f2cf9ec141a68b9c6094f9474a560f98ff39
parent586177c4af3948115d06339a57548d33f88d0e58 (diff)
downloadchrome-ec-abe8925316c57e013070c8a12dc20cfa5e8155e9.tar.gz
cr50: remove cr50 from BOARDS.
Coral branch needs to cherry-pick a lot of CLs to support new gsctool features but might break cr50 build. Since cr50 firmware is not came from this factory branch, disable cr50 build is a simple way to reduce more dependency of CLs. BUG=None TEST=make buildall BRANCH=factory-coral-10122.B Change-Id: Icf57726844e46b5f01f4cebd82c6a47c0808db79 Signed-off-by: Marco Chen <marcochen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/1337029 Reviewed-on: https://chromium-review.googlesource.com/c/1360494 Reviewed-by: Chia-Hsiu Chang <chia-hsiu.chang@quanta.corp-partner.google.com> Tested-by: Chia-Hsiu Chang <chia-hsiu.chang@quanta.corp-partner.google.com> Commit-Queue: Chia-Hsiu Chang <chia-hsiu.chang@quanta.corp-partner.google.com>
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 84fe06cfe6..dd4c4adeee 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -17,7 +17,7 @@ build-srcs := $(foreach u,$(build-util-bin),$(sort $($(u)-objs:%.o=util/%.c) uti
host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) util/$(u).c))
# Don't do a build test on the following boards:
-skip_boards = OWNERS host
+skip_boards = OWNERS host cr50
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary