summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorTodd Broch <tbroch@chromium.org>2015-01-06 13:41:05 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-07 08:45:30 +0000
commitfaf09e290519569fa1b9d7ac27035606afcb08d6 (patch)
tree687b56f8e2852acfaa2875799f1e8285c673cfdc /Makefile.rules
parent81b2dd5f89555a62a462fed3b9e6301bcb244a02 (diff)
downloadchrome-ec-faf09e290519569fa1b9d7ac27035606afcb08d6.tar.gz
Stop building ryu_p1 board.
Signed-off-by: Todd Broch <tbroch@chromium.org> BRANCH=none BUG=chrome-os-partner:35138 TEST='make buildall' no longer builds ryu_p1 Change-Id: I53b5b9a1967ac53faabbe2ee8268328d7a5c3ae7 Reviewed-on: https://chromium-review.googlesource.com/238810 Reviewed-by: Vic Yang <victoryang@chromium.org> Tested-by: Todd Broch <tbroch@chromium.org> Commit-Queue: Todd Broch <tbroch@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 d92df2a63f..b532173e28 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -15,7 +15,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 it8380dev
+skip_boards = OWNERS host it8380dev ryu_p1
boards := $(filter-out $(skip_boards),$(subst board/,,$(wildcard board/*)))
# Create output directories if necessary