summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-03-19 19:59:47 -0700
committerBill Richardson <wfrichar@chromium.org>2012-03-20 15:55:58 -0700
commite4e7f5bdf7ea64ed1ae370a31653b1132205478e (patch)
treedd4498fd7a2551973389e4a5fcdd6f56218a7f20 /common/build.mk
parent41e3b582580e7b64fce0ba4379efed9fa54dbcfb (diff)
downloadchrome-ec-e4e7f5bdf7ea64ed1ae370a31653b1132205478e.tar.gz
Rename led.c to lightbar.c, improve command interface.
BUG=chrome-os-partner:7839 TEST=none Signed-off-by: Bill Richardson <wfrichar@google.com> Only tested on BDS at the moment, because that's all I have. Change-Id: I30c7202856a272953bf7170c6786999378984329
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 5b9308116d..98033768a9 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -11,7 +11,7 @@ common-y+=gpio_commands.o version.o
common-$(CONFIG_BATTERY_ATL706486)+=battery_atl706486.o
common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o
common-$(CONFIG_FLASH)+=flash_commands.o
-common-$(CONFIG_LIGHTBAR)+=leds.o
+common-$(CONFIG_LIGHTBAR)+=lightbar.o
common-$(CONFIG_LPC)+=port80.o host_event_commands.o
common-$(CONFIG_POWER_LED)+=power_led.o
common-$(CONFIG_PSTORE)+=pstore_commands.o