diff options
author | Bill Richardson <wfrichar@chromium.org> | 2016-09-15 17:13:58 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-09-16 19:56:34 -0700 |
commit | f2dba9d779b77702fa261f96af08732bd3a861a1 (patch) | |
tree | 5b23c691a1c13eef2a666f3523fe60d272292621 /Makefile.rules | |
parent | c0294874ec15ed9f22eb03961ca7edcdeca52ec2 (diff) | |
download | chrome-ec-f2dba9d779b77702fa261f96af08732bd3a861a1.tar.gz |
g: Add support for hardware dcrypto
BUG=chrome-os-partner:54101
BRANCH=none
CQ-DEPEND=CL:*287736
TEST=make buildall; try on Cr50 hardware
All TCG tests passed before and after this CL.
Change-Id: I65e31792b2912d588868cc298a01b0142ac7dadc
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/386258
Reviewed-by: Marius Schilder <mschilder@chromium.org>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules index 565c95c34d..4f11ba1e55 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -14,10 +14,6 @@ host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) util/ # Don't do a build test on the following boards: skip_boards = OWNERS host it83xx_evb -# Skip building cr50 if private folder is not present -ifeq ("$(wildcard ./private-cr51)","") -skip_boards += cr50 -endif boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*))) # Create output directories if necessary |