summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-02-10 14:09:42 -0800
committerRandall Spangler <rspangler@chromium.org>2012-02-10 14:09:42 -0800
commit6063ad473c9921420145f6d0fa51873ba2d05062 (patch)
treeacc0701717c8b47c5096eb9800f5466ee0f1dc34 /chip/lm4/build.mk
parent186c81dcac9ae96a1ace3ad5bf147fbf8fd35c50 (diff)
downloadchrome-ec-6063ad473c9921420145f6d0fa51873ba2d05062.tar.gz
Add PECI module and CPU temperature monitoring
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:7493 TEST='powerbtn' to boot main processor, then 'temps' and 'pecitemp' Change-Id: Id57526ebb37c8aecb05ecebccc2824f462b9de1a
Diffstat (limited to 'chip/lm4/build.mk')
-rw-r--r--chip/lm4/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index 028eeecc3f..63d0376102 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -13,6 +13,7 @@ chip-y+=clock.o gpio.o system.o uart.o power_button.o
chip-y+=watchdog.o eeprom.o hwtimer.o
chip-$(CONFIG_FLASH)+=flash.o
chip-$(CONFIG_LPC)+=lpc.o
+chip-$(CONFIG_PECI)+=peci.o
chip-$(CONFIG_PWM)+=pwm.o
chip-$(CONFIG_TEMP_SENSOR)+=chip_temp_sensor.o
chip-$(CONFIG_TASK_KEYSCAN)+=keyboard_scan.o