summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-06-18 12:43:33 -0700
committerChromeBot <chrome-bot@google.com>2013-06-18 16:12:07 -0700
commit9bb5c83d6c77e50a445893bb35835aa8feb40a62 (patch)
tree5802975f741365ae12d92cdaea99b6d2aa609d67
parent7381c7c5f6ff5581523e2a3d8eccda0b2d3b2830 (diff)
downloadchrome-ec-9bb5c83d6c77e50a445893bb35835aa8feb40a62.tar.gz
Actually USE the falco battery for falco.
I just noticed that we've not been using the falco battery on falco. Not sure how this slipped by. BUG=chrome-os-partner:18788,chrome-os-partner:20213 BRANCH=none TEST=none Change-Id: Ia1d0f322ce8e296db49f91a3bf8eab593db97638 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/59085
-rw-r--r--common/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index d62826dd49..7cd213458b 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -12,7 +12,7 @@ common-y+=gpio_common.o version.o printf.o queue.o
common-$(CONFIG_BATTERY_BQ20Z453)+=battery_bq20z453.o
common-$(CONFIG_BATTERY_LINK)+=battery_link.o
common-$(CONFIG_BATTERY_SLIPPY)+=battery_slippy.o
-common-$(CONFIG_BATTERY_FALCO)+=battery_slippy.o
+common-$(CONFIG_BATTERY_FALCO)+=battery_falco.o
common-$(CONFIG_BATTERY_SPRING)+=battery_spring.o
common-$(CONFIG_CHARGER)+=charge_state.o battery_precharge.o charger_common.o
common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o