summaryrefslogtreecommitdiff
path: root/board/hatch_fp/build.mk
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-09 15:23:12 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-13 00:27:29 +0000
commit9263a4f135deb87f7926ed2e91deef496bbfe818 (patch)
treed80fb49558513606a70044a74ed2bb8ac736f833 /board/hatch_fp/build.mk
parentfb5b9b362b89b9b4cb75ca114f78916997dffa84 (diff)
downloadchrome-ec-9263a4f135deb87f7926ed2e91deef496bbfe818.tar.gz
crc32: rename test crc32->crc to allow for crc8
Instead of creating a new test for crc8, just make the existing crc32 test more generic. BRANCH=none BUG=none TEST=none Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: Ie630d4991d4e2c7dc441842c39d63fc0281ac809 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2532690 Reviewed-by: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'board/hatch_fp/build.mk')
-rw-r--r--board/hatch_fp/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hatch_fp/build.mk b/board/hatch_fp/build.mk
index de4dde367b..dc6e59eb20 100644
--- a/board/hatch_fp/build.mk
+++ b/board/hatch_fp/build.mk
@@ -23,7 +23,7 @@ endif
test-list-y=\
aes \
compile_time_macros \
- crc32 \
+ crc \
flash_physical \
flash_write_protect \
fpsensor \