From 9bb5c83d6c77e50a445893bb35835aa8feb40a62 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 18 Jun 2013 12:43:33 -0700 Subject: 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 Reviewed-on: https://gerrit.chromium.org/gerrit/59085 --- common/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1