diff options
author | Patrick Georgi <pgeorgi@google.com> | 2017-11-07 03:31:10 -0500 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2017-11-09 11:53:13 -0800 |
commit | 063fc26720afce30fd72e6b2a112416d5264321a (patch) | |
tree | 2e0f439084c86f85675ab6562da520ecbdafcf5e /Makefile.rules | |
parent | 4cd232d68360fdbb1265140c5524c25e6e1d37a4 (diff) | |
download | chrome-ec-063fc26720afce30fd72e6b2a112416d5264321a.tar.gz |
Enable it83xx based boards
They build with coreboot-sdk.
BRANCH=none
BUG=b:35572628
TEST=building with coreboot-sdk's compiler succeeds
CQ-DEPEND=CL:757439
Change-Id: I9d81eeff4c75f22d6b9f20acc5be2a64effd04a1
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/756698
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 0544d29d07..84fe06cfe6 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 it83xx_evb reef_it8320 +skip_boards = OWNERS host boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*))) # Create output directories if necessary |