summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2012-02-15 15:38:06 -0800
committerVic Yang <victoryang@chromium.org>2012-02-18 13:37:53 +0800
commit0fefd25c0c7d6517f47aac2da974495f72312014 (patch)
treed67e0071040aa53f3b3922f2ca39cce6ed4e4617 /common/build.mk
parent737fbbd032ef937b37f2e5e833fa52455aa19c64 (diff)
downloadchrome-ec-0fefd25c0c7d6517f47aac2da974495f72312014.tar.gz
Temperature polling and temporal correction
A temperature polling task is added to achieve temporal correction and also reduce the latency of reading temperature. Factor out sensor specific part to keep code clean. Signed-off-by: Vic Yang <victoryang@chromium.org> BUG=chrome-os-partner:7801 TEST=On link, 'temps' shows all temperature readings. Cover each sensor with hand and see object temperature rise. Compilation succeeded on bds/adv/daisy/discovery. Change-Id: I3c44c8b2e3ab2aa9ce640d3fc25e7fba56534b86
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/build.mk b/common/build.mk
index a04fe3c11a..b6e32dfd73 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -16,6 +16,7 @@ common-$(CONFIG_TASK_GAIAPOWER)+=gaia_power.o
common-$(CONFIG_FLASH)+=flash_commands.o
common-$(CONFIG_PWM)+=pwm_commands.o
common-$(CONFIG_TEMP_SENSOR)+=temp_sensor.o temp_sensor_commands.o
+common-$(CONFIG_TMP006)+=tmp006.o
common-$(CONFIG_LIGHTBAR)+=leds.o
# Board driver modules