summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorƁukasz Majewski <[email protected]>2012-11-13 03:22:01 +0000
committerAnatolij Gustschin <[email protected]>2012-11-14 11:21:10 +0100
commiteba423910c78ca822653dfebe113664ef352ce94 (patch)
treed1a67a6e77449ca17a7fd8add834c5169527ad3c /Makefile
parentbd8479e8deca8d57c9b27096ced4153d9aacd962 (diff)
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 <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f78656adff1..0f18e6cf3dd 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)