summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi/build.mk
diff options
context:
space:
mode:
authorYicheng Li <yichengli@chromium.org>2020-06-11 18:40:51 -0700
committerCommit Bot <commit-bot@chromium.org>2020-06-17 17:28:11 +0000
commit07f31dea1e58e8e79d2bfa0b474564e4f5df3de3 (patch)
tree889cc0510bb382bff8c79f1bdc7ac886eec0a405 /board/nucleo-h743zi/build.mk
parentd2a554aef40c9adf120a7641c398d99fade50b76 (diff)
downloadchrome-ec-07f31dea1e58e8e79d2bfa0b474564e4f5df3de3.tar.gz
stm32: Enable utils on-device unit test for fingerprint boards
BRANCH=none BUG=b:155230812, b:155235321 TEST=make -j BOARD={dartmonkey, bloonchipper, nucleo-dartmonkey, nucleo-f412zg, nucleo-h743zi} test-utils TEST=flash the utils test binary, then runtest on bloonchipper and nucleo-f412zg ==> Pass! Signed-off-by: Yicheng Li <yichengli@chromium.org> Change-Id: Ia45b494111f2a536876a5ca60fdc12c06f870e1f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2242356 Tested-by: Tom Hughes <tomhughes@chromium.org> Commit-Queue: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'board/nucleo-h743zi/build.mk')
-rw-r--r--board/nucleo-h743zi/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/nucleo-h743zi/build.mk b/board/nucleo-h743zi/build.mk
index 0583db6260..3f81bddb0c 100644
--- a/board/nucleo-h743zi/build.mk
+++ b/board/nucleo-h743zi/build.mk
@@ -24,3 +24,4 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
+ utils \