summaryrefslogtreecommitdiff
path: root/drivers/power/battery/Makefile
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-10-11 12:47:25 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-10-11 12:47:25 (GMT)
commit5a9120439416a9101dec7c7dc65bb75a5ff09c4e (patch)
treef0db772d4b4db863feca1332afca8313ae94b937 /drivers/power/battery/Makefile
parent572886af5984febafa6f083e6b8af0465f4f5764 (diff)
parent4d6c96711bd550ae292df566c2b36ff3e3dac24c (diff)
downloadu-boot-fsl-qoriq-5a9120439416a9101dec7c7dc65bb75a5ff09c4e.tar.xz
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
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 637d1ff..4bf315d 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)