summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorŁukasz Majewski <l.majewski@samsung.com>2012-11-13 03:22:01 +0000
committerAnatolij Gustschin <agust@denx.de>2012-11-14 11:21:10 +0100
commiteba423910c78ca822653dfebe113664ef352ce94 (patch)
treed1a67a6e77449ca17a7fd8add834c5169527ad3c /Makefile
parentbd8479e8deca8d57c9b27096ced4153d9aacd962 (diff)
downloadblackbird-obmc-uboot-eba423910c78ca822653dfebe113664ef352ce94.tar.gz
blackbird-obmc-uboot-eba423910c78ca822653dfebe113664ef352ce94.zip
pmic:battery: Support for Trats Battery at PMIC framework
Trats battery is now treated in the same way as other power related devices. This approach allows for more unified handling of all devices responsible for power management. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f78656adff..0f18e6cf3d 100644
--- a/Makefile
+++ b/Makefile
@@ -294,7 +294,8 @@ LIBS-y += drivers/net/phy/libphy.o
LIBS-y += drivers/pci/libpci.o
LIBS-y += drivers/pcmcia/libpcmcia.o
LIBS-y += drivers/power/libpower.o \
- drivers/power/pmic/libpmic.o
+ drivers/power/pmic/libpmic.o \
+ drivers/power/battery/libbattery.o
LIBS-y += drivers/spi/libspi.o
LIBS-y += drivers/dfu/libdfu.o
ifeq ($(CPU),mpc83xx)
OpenPOWER on IntegriCloud