summaryrefslogtreecommitdiffstats
path: root/drivers/power/battery/Makefile
diff options
context:
space:
mode:
authorPiotr Wilczek <p.wilczek@samsung.com>2013-09-20 15:01:25 +0200
committerMinkyu Kang <mk7.kang@samsung.com>2013-09-25 10:52:32 +0900
commita88aab6b24f6bd20a7720797b0870529309feacc (patch)
tree435e1e57224c752e594992aed4c57ead21c1daf4 /drivers/power/battery/Makefile
parent04750447124143dfc9444a0c3335ffc9636e1df8 (diff)
downloadblackbird-obmc-uboot-a88aab6b24f6bd20a7720797b0870529309feacc.tar.gz
blackbird-obmc-uboot-a88aab6b24f6bd20a7720797b0870529309feacc.zip
power:battery: add battery support for Trats2 board
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/power/battery/Makefile')
-rw-r--r--drivers/power/battery/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/battery/Makefile b/drivers/power/battery/Makefile
index 637d1ffb3e..4bf315da9b 100644
--- a/drivers/power/battery/Makefile
+++ b/drivers/power/battery/Makefile
@@ -10,6 +10,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libbattery.o
COBJS-$(CONFIG_POWER_BATTERY_TRATS) += bat_trats.o
+COBJS-$(CONFIG_POWER_BATTERY_TRATS2) += bat_trats2.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud