summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 15:58:29 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 23:06:27 +0000
commitdeb429c0832cb11bfe372dc87716e92c75031f0d (patch)
tree9becf7f595b22b18e58b90c2e7410b163bbf9d04 /common/build.mk
parent2ed28ef2009b73ef9734f8b27c4e8d625f063376 (diff)
downloadchrome-ec-deb429c0832cb11bfe372dc87716e92c75031f0d.tar.gz
coil: remove motion_sense*
This code uses coil terms we're removing, but we don't use it in platform/cr50. Remove the code instead of replacing the terms. BUG=b:175244613 TEST=make buildall -j Change-Id: Ic2bd31ba28527d6b68016ceae89a93c80827cd27 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613445 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/build.mk b/common/build.mk
index 0d862cb983..b6ca29ff4c 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -17,7 +17,6 @@ common-$(CONFIG_ACCELGYRO_BMI160)+=math_util.o
common-$(CONFIG_ACCELGYRO_LSM6DS0)+=math_util.o
common-$(CONFIG_ACCELGYRO_LSM6DSM)+=math_util.o
common-$(CONFIG_ACCELGYRO_LSM6DSO)+=math_util.o
-common-$(CONFIG_ACCEL_FIFO)+=motion_sense_fifo.o
common-$(CONFIG_ACCEL_LIS2DW12)+=math_util.o
common-$(CONFIG_ACCEL_LIS2DH)+=math_util.o
common-$(CONFIG_ACCEL_KXCJ9)+=math_util.o
@@ -139,7 +138,6 @@ common-$(HAS_TASK_HOSTCMD)+=host_command.o ec_features.o
common-$(HAS_TASK_PDCMD)+=host_command_pd.o
common-$(HAS_TASK_KEYSCAN)+=keyboard_scan.o
common-$(HAS_TASK_LIGHTBAR)+=lb_common.o lightbar.o
-common-$(HAS_TASK_MOTIONSENSE)+=motion_sense.o
common-$(HAS_TASK_TPM)+=tpm_registers.o
ifneq ($(HAVE_PRIVATE_AUDIO_CODEC_WOV_LIBS),y)