diff options
author | SRICHARAN R <r.sricharan@ti.com> | 2012-03-12 02:25:48 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:25 +0200 |
commit | 211442989628d72fad1f2663a0bf5076e425fabd (patch) | |
tree | a323ed46b012f1fd389deaebc26537bde2206cf4 /drivers/power/Makefile | |
parent | f75231b79a08471519c54f2d4ad5f57c119e23a8 (diff) | |
download | u-boot-imx-211442989628d72fad1f2663a0bf5076e425fabd.zip u-boot-imx-211442989628d72fad1f2663a0bf5076e425fabd.tar.gz u-boot-imx-211442989628d72fad1f2663a0bf5076e425fabd.tar.bz2 |
power: twl6035: add palmas PMIC support
palmas/TWL6035 is power IC for omap5 evm boards
Signed-off-by: Balaji T K <balajitk@ti.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index ead00f8..f24b93c 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -28,6 +28,7 @@ LIB := $(obj)libpower.o COBJS-$(CONFIG_FTPMU010_POWER) += ftpmu010.o COBJS-$(CONFIG_TWL4030_POWER) += twl4030.o COBJS-$(CONFIG_TWL6030_POWER) += twl6030.o +COBJS-$(CONFIG_TWL6035_POWER) += twl6035.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |