summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@google.com>2012-04-05 00:02:34 +0800
committerVic Yang <victoryang@google.com>2012-04-05 00:06:49 +0800
commitafe7cda377573c56052f1020e1cfc54f9f1d7c50 (patch)
tree8f01f3dbc6b57fbfa24ae62c60269caff167cc72 /common/build.mk
parent8ee84c5db542f3a0989c17bf5903ba4da21baf70 (diff)
downloadchrome-ec-afe7cda377573c56052f1020e1cfc54f9f1d7c50.tar.gz
Revert "Add back LPC temperature read command as workaround."
This reverts commit dfe22b2b1e7bf6c810332357044cb3f462453d68. We seem to have solved I2C block issue. Reverting the workaround LPC command and ectool command. Signed-off-by: Vic Yang <victoryang@google.com> BUG=chrome-os-partner:8239 TEST=Compilation succeed. Manually tested temperature polling still works. Change-Id: I0acb567a138282479c7cc07cbfa723c439d04cd7
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 5449987711..e018804b63 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -21,7 +21,7 @@ common-$(CONFIG_SMART_BATTERY)+=smart_battery.o charge_state.o \
common-$(CONFIG_TASK_GAIAPOWER)+=gaia_power.o
common-$(CONFIG_TASK_HOSTCMD)+=host_command.o
common-$(CONFIG_TASK_I8042CMD)+=i8042.o keyboard.o
-common-$(CONFIG_TASK_TEMPSENSOR)+=temp_sensor.o temp_sensor_commands.o
+common-$(CONFIG_TASK_TEMPSENSOR)+=temp_sensor.o
common-$(CONFIG_TASK_THERMAL)+=thermal.o thermal_commands.o
common-$(CONFIG_TASK_X86POWER)+=x86_power.o
common-$(CONFIG_TMP006)+=tmp006.o