summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorNamyoon Woo <namyoon@chromium.org>2020-02-20 09:27:02 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-21 04:27:19 +0000
commit05b951525aa490284085cec80094a477a69dd6a6 (patch)
treef780370a3b46c23eae52b102328f6e32bf016e19 /Makefile.rules
parentf0e5fcbc84fe35adb062742ddb4bd8ee080011a1 (diff)
downloadchrome-ec-05b951525aa490284085cec80094a477a69dd6a6.tar.gz
skip cr50 from buildall
This patch adds cr50 to skip-board in Makefile.rules. The intention is to keep platform/ec independent from TPM2 library change. Cr50 development has been shifted to cr50-stab branch. Cr50 is maintained in that branch, but not in master(platform/ec) branch. This is a band-aid fix to prevent chromeos-ec package emake error, until we can remove board/cr50 completely from the master branch. BUG=b:149350081 BRANCH=none TEST=ran 'make buildall -j' and 'emerge-eve chromeos-ec' Change-Id: I078ec4616158fefb3bfc0bea5c670632a7b97163 Signed-off-by: Namyoon Woo <namyoon@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2067157
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 4fb430000e..c6851611c2 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 host kevin gru chell glados chell_pd glados_pd
+skip_boards = OWNERS chell chell_pd cr50 glados glados_pd gru host kevin
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary