summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2019-11-22 15:22:51 -0700
committerCommit Bot <commit-bot@chromium.org>2020-01-28 20:35:47 +0000
commit994af4a65fa7ece2f11f45038c75408d8166784a (patch)
treeecde395b031a499bb796542efa3e9c942eb6ce8b /test/build.mk
parent1b4ce5849d520b67447bdc5b94e346432eac2126 (diff)
downloadchrome-ec-994af4a65fa7ece2f11f45038c75408d8166784a.tar.gz
common: mag_cal: update magnetometer to leverage kasa
Update magnetometer calibration algorithm to leverage the new kasa standalone code. BUG=b:138303429,chromium:1023858 TEST=added unit test BRANCH=None Change-Id: I5c0403b66d9fe7c2925b2ec6244cf9e32ad5ea5f Signed-off-by: Yuval Peress <peress@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1931464 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index 97997ed8b3..c577226fdb 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -45,6 +45,7 @@ test-list-host += kb_mkbp
#test-list-host += kb_scan # crbug.com/976974
test-list-host += lid_sw
test-list-host += lightbar
+test-list-host += mag_cal
test-list-host += math_util
test-list-host += motion_angle
test-list-host += motion_angle_tablet
@@ -123,6 +124,7 @@ kb_mkbp-y=kb_mkbp.o
kb_scan-y=kb_scan.o
lid_sw-y=lid_sw.o
lightbar-y=lightbar.o
+mag_cal-y=mag_cal.o
math_util-y=math_util.o
motion_angle-y=motion_angle.o motion_angle_data_literals.o motion_common.o
motion_angle_tablet-y=motion_angle_tablet.o motion_angle_data_literals_tablet.o motion_common.o