summaryrefslogtreecommitdiff
path: root/board/bds/build.mk
diff options
context:
space:
mode:
authorRong Chang <rongchang@google.com>2012-02-06 20:51:48 -0800
committerRong Chang <rongchang@google.com>2012-02-07 12:54:28 -0800
commit812b3f8cb692ae5f9c616f570e5973e9c66eddcb (patch)
treea816e0ea5552b3b8c17bd6adbba0753a9a7cb8b1 /board/bds/build.mk
parentd3e1de758cfa3a7dd990f0fb63eddbb1ae870418 (diff)
downloadchrome-ec-812b3f8cb692ae5f9c616f570e5973e9c66eddcb.tar.gz
Initial bq24725 charger driver import
Battery charging state machine contains many file changes. This is the 1st part of the break down. Refactor original test code into board dummy driver. Normalize charger API. And import link's charger IC driver. Signed-off-by: Rong Chang <rongchang@google.com> BUG=chrome-os-partner:7855 TEST=build without warning and error BOARD=bds make BOARD=link make BOARD=discovery make Change-Id: I34b6e9862a45331378916bc77653d4adb22ca548
Diffstat (limited to 'board/bds/build.mk')
-rw-r--r--board/bds/build.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/bds/build.mk b/board/bds/build.mk
index c3fae48c4b..73f193751f 100644
--- a/board/bds/build.mk
+++ b/board/bds/build.mk
@@ -1,8 +1,13 @@
+# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
#
# Board specific files build
+#
# the IC is TI Stellaris LM4
CHIP:=lm4
board-y=board.o
+board-$(CONFIG_CHARGER)+=dummy_charger.o
board-$(CONFIG_TEMP_SENSOR)+=board_temp_sensor.o