summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-24 15:59:44 -0700
committerChromeBot <chrome-bot@google.com>2013-07-24 18:08:32 -0700
commitb4d903487e732fed3a2441abaccecea3b5e4a3a9 (patch)
treee76dddb1dbe11c734bccbc6d8cbbab75fcd9009b /common/build.mk
parent90215a4494f658f926393e0fb222a202871a1c05 (diff)
downloadchrome-ec-b4d903487e732fed3a2441abaccecea3b5e4a3a9.tar.gz
Clean up onewire config options
Rename onewire_led to led_driver_ds2413, since we may have other LED drivers hanging off a one-wire bus in the future. No functional changes, just renaming config options. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I1d70b1c5778da94bda4ebef3b57f7c39bfba2322 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/63273 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
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 a8846541e4..6596216232 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -44,10 +44,10 @@ common-$(CONFIG_I2C_ARBITRATION)+=i2c_arbitration.o
common-$(CONFIG_KEYBOARD_PROTOCOL_8042)+=keyboard_8042.o
common-$(CONFIG_KEYBOARD_PROTOCOL_MKBP)+=keyboard_mkbp.o
common-$(CONFIG_KEYBOARD_TEST)+=keyboard_test.o
+common-$(CONFIG_LED_DRIVER_DS2413)+=led_driver_ds2413.o
common-$(CONFIG_LED_DRIVER_LP5562)+=led_driver_lp5562.o led_lp5562.o
common-$(CONFIG_LID_SWITCH)+=lid_switch.o
common-$(CONFIG_LPC)+=port80.o
-common-$(CONFIG_ONEWIRE_LED)+=onewire_led.o
common-$(CONFIG_POWER_BUTTON)+=power_button.o
common-$(CONFIG_POWER_BUTTON_X86)+=power_button_x86.o
common-$(CONFIG_PSTORE)+=pstore_commands.o