summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2019-10-29 15:02:37 -0600
committerCommit Bot <commit-bot@chromium.org>2020-02-13 00:56:05 +0000
commit88808c3dda819f9da22272850d2b56ab1e538c9f (patch)
tree614c8f28cb17c232ac74ac252b615fcecd554ba6 /common/build.mk
parent4acc29890130946ad574ea0f314b65497efb7ce2 (diff)
downloadchrome-ec-88808c3dda819f9da22272850d2b56ab1e538c9f.tar.gz
common: Migrate online calibration to own module
This change moves the code that handles caching the temperature (which is the first step in online calibration) into a new compilational unit. TEST=None BRANCH=None BUG=b:138303429,chromium:1023858 Change-Id: Ib1fe3d2234dc2436e2bbfd4febd22196e5cdafef Signed-off-by: Yuval Peress <peress@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1906340 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index 56608afb88..6f3c8baada 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -121,7 +121,7 @@ common-$(CONFIG_RWSIG)+=rwsig.o vboot/common.o
common-$(CONFIG_RWSIG_TYPE_RWSIG)+=vboot/vb21_lib.o
common-$(CONFIG_MATH_UTIL)+=math_util.o
common-$(CONFIG_ONLINE_CALIB)+=stillness_detector.o kasa.o math_util.o \
- mat44.o vec3.o newton_fit.o accel_cal.o
+ mat44.o vec3.o newton_fit.o accel_cal.o online_calibration.o
common-$(CONFIG_SHA1)+= sha1.o
common-$(CONFIG_SHA256)+=sha256.o
common-$(CONFIG_SOFTWARE_CLZ)+=clz.o