summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-03-13 16:31:59 -0700
committerRandall Spangler <rspangler@chromium.org>2012-03-16 11:03:13 -0700
commita9f4794edb0a7db06b34bf344809db4393e679ac (patch)
tree02fbc4d9be296813b7f8ed2fb1993f2df2d4607a /common/build.mk
parent54f8d7e323ce6e36612732b4d107e6ee846c6fad (diff)
downloadchrome-ec-a9f4794edb0a7db06b34bf344809db4393e679ac.tar.gz
Add support for 1-wire protocol and power adapter LEDs
BUG=chrome-os-partner:7498 TEST=powerled {off, red, yellow, green} Signed-off-by: Randall Spangler <rspangler@chromium.org> Change-Id: I48beaad94d75c0ec30a969ea4b0e35f54e052085
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 a30288d383..3c371c2078 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -20,6 +20,7 @@ common-$(CONFIG_TASK_THERMAL)+=thermal.o thermal_commands.o
common-$(CONFIG_TEMP_SENSOR)+=temp_sensor.o temp_sensor_commands.o
common-$(CONFIG_TMP006)+=tmp006.o
common-$(CONFIG_LIGHTBAR)+=leds.o
+common-$(CONFIG_POWER_LED)+=power_led.o
# Board driver modules
common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o