diff options
author | Vic Yang <victoryang@google.com> | 2015-02-23 14:20:12 -0800 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2015-02-24 03:07:59 +0000 |
commit | accd0da78954684274eb66d0d8d3a2683164e61b (patch) | |
tree | dfe7ec2520ab386c434fac02c4949e1c0b7ec1d2 /Makefile.rules | |
parent | 1a0235e69ff197cb1add08ffaa38ba1470db8cbc (diff) | |
download | chrome-ec-accd0da78954684274eb66d0d8d3a2683164e61b.tar.gz |
Remove ryu_p1 board
P1 boards are not used anymore. We haven't built ryu_p1 EC for a while.
Let's get rid of it.
BRANCH=None
BUG=chrome-os-partner:35138
TEST=make buildall
Change-Id: Ie0c0b91ce0af99a0975050935af920503ca7383a
Signed-off-by: Vic Yang <victoryang@google.com>
Reviewed-on: https://chromium-review.googlesource.com/252340
Reviewed-by: Alec Berg <alecaberg@chromium.org>
Commit-Queue: Vic Yang <victoryang@chromium.org>
Tested-by: Vic Yang <victoryang@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@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 e7c7f856e8..204988036e 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 ryu_p1 +skip_boards = OWNERS host it8380dev boards := $(filter-out $(skip_boards),$(subst board/,,$(wildcard board/*))) # Create output directories if necessary |