summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-07-29 09:31:41 -0600
committerCommit Bot <commit-bot@chromium.org>2020-07-29 21:13:42 +0000
commitbcc2c00d5628e70a4f5c8094df22daef96c9c6c2 (patch)
treeea6963b5bef6edce8fa366990428445900b4b8d9 /Makefile.rules
parentdd3bc8ec47443b28c1628d5565957aaf8cddfa1a (diff)
downloadchrome-ec-bcc2c00d5628e70a4f5c8094df22daef96c9c6c2.tar.gz
board: clear out disabled boards left for building utils
These boards were removed from buildall as they ran out of flash space, but we kept the board directory around so that we could continue to build the ec-utils ebuild, which used to require the board directory to build tools like ectool (this was fixed in CL:2283999). Since we've detangled the host utils ebuilds, these directories can now be removed. BUG=chromium:1035536 BRANCH=none TEST=buildall Change-Id: I736b323f9e977d74ca31788ed320befa2289a9dc Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2326304 Reviewed-by: Aseda Aboagye <aaboagye@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 074564f051..15f87d1c63 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -17,7 +17,7 @@ build-srcs := $(foreach u,$(build-util-bin),$(sort $($(u)-objs:%.o=util/%.c) $(w
host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) $(wildcard util/$(u).c)))
# Don't do a build test on the following boards:
-skip_boards = OWNERS chell chell_pd cr50 glados glados_pd gru host kevin
+skip_boards = OWNERS cr50 host
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary