summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-19 09:46:48 -0700
committerChromeBot <chrome-bot@google.com>2013-07-23 11:14:15 -0700
commit4288e45815d8677147d582a46eb625a185f49162 (patch)
tree7c51c459a453f5447fc19873fd31fce1427c6a91 /common/build.mk
parent345c22be083b9d5929f69714f346709d86e987e4 (diff)
downloadchrome-ec-4288e45815d8677147d582a46eb625a185f49162.tar.gz
Clean up and document battery config options
No functional changes, just documenting and renaming. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I0b0d3cdce535d90ce437e82e96346fc3ca9be7b0 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/62673
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 88d598ee7a..b88e4dda00 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -16,6 +16,7 @@ common-$(CONFIG_BATTERY_SLIPPY)+=battery_slippy.o
common-$(CONFIG_BATTERY_PEPPY)+=battery_peppy.o
common-$(CONFIG_BATTERY_FALCO)+=battery_falco.o
common-$(CONFIG_BATTERY_SPRING)+=battery_spring.o
+common-$(CONFIG_BATTERY_SMART)+=smart_battery.o smart_battery_stub.o
common-$(CONFIG_CHARGER)+=charge_state.o charger_common.o
common-$(CONFIG_CHARGER_BQ24715)+=charger_bq24715.o
common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o
@@ -49,7 +50,6 @@ common-$(CONFIG_POWER_BUTTON)+=power_button.o
common-$(CONFIG_POWER_BUTTON_X86)+=power_button_x86.o
common-$(CONFIG_PSTORE)+=pstore_commands.o
common-$(CONFIG_REGULATOR_IR357X)+=regulator_ir357x.o
-common-$(CONFIG_SMART_BATTERY)+=smart_battery.o smart_battery_stub.o
common-$(CONFIG_SWITCH)+=switch.o
common-$(CONFIG_WIRELESS)+=wireless.o
common-$(CONFIG_TEMP_SENSOR)+=temp_sensor.o