summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2017-05-16 11:11:25 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-05-18 02:26:10 -0700
commit59c04665c6f48366f06543883baf7ff7c5251f0e (patch)
treea10650f0a053121f67691cd6908ed5667ddac655 /Makefile.rules
parent9774484d298c5d91795637a953624d7579d1ac85 (diff)
downloadchrome-ec-59c04665c6f48366f06543883baf7ff7c5251f0e.tar.gz
reef_it8320: initial reef_it8320 board
This change is based on reef's board code and modified for it8320. BUG=none BRANCH=none TEST=Run the entire faft_ec suite and passed. Change-Id: I8977d7431eb0a97ceb4ee1dfd11a2c4433687db0 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/487792 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index d8ec80736b..e1606496c7 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
+skip_boards = OWNERS host it83xx_evb reef_it8320
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary