summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2017-06-21 14:40:23 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-28 23:23:41 -0700
commit2e3b42610b1239e8643d58396b7471b73e3989f6 (patch)
treef5a4152e4e4a565d9feb55a6a992698e0e5a9fe7 /test/build.mk
parent031dccad78b9d4df6b970bc36ef2f9d469239708 (diff)
downloadchrome-ec-2e3b42610b1239e8643d58396b7471b73e3989f6.tar.gz
common: Add base32 encoding
Base32 encoding is used to turn the RMA reset binary challenge/response into less-typo-prone text, at 5 bits per character. BUG=b:37952913 BRANCH=none TEST=make runtests Change-Id: I474750a20204ba353cea1e91982aa03e8071c0c2 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/544177 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index 2ba81fb85b..b7ba92fcbc 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -36,7 +36,8 @@ test-list-$(BOARD_SAMUS_PD)=
ifneq ($(TEST_LIST_HOST),)
test-list-host=$(TEST_LIST_HOST)
else
-test-list-host = battery_get_params_smart
+test-list-host = base32
+test-list-host += battery_get_params_smart
test-list-host += bklight_lid
test-list-host += bklight_passthru
test-list-host += button
@@ -80,6 +81,7 @@ test-list-host += utils_str
test-list-host += x25519
endif
+base32-y=base32.o
battery_get_params_smart-y=battery_get_params_smart.o
bklight_lid-y=bklight_lid.o
bklight_passthru-y=bklight_passthru.o