diff options
| author | Ćukasz Majewski <[email protected]> | 2012-11-13 03:22:01 +0000 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2012-11-14 11:21:10 +0100 |
| commit | eba423910c78ca822653dfebe113664ef352ce94 (patch) | |
| tree | d1a67a6e77449ca17a7fd8add834c5169527ad3c /Makefile | |
| parent | bd8479e8deca8d57c9b27096ced4153d9aacd962 (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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
