summaryrefslogtreecommitdiffstats
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-07-15 12:53:42 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-08-05 10:11:30 -0400
commit516799f6777caab2151ed276a3c198940962f06a (patch)
treeba93814e38f913d3c31acd878faba46efc78e7dd /drivers/power/Makefile
parentd708395d2f83295fba9d9b18823ce17046793590 (diff)
downloadbootable_bootloader_goldelico_gta04-516799f6777caab2151ed276a3c198940962f06a.zip
bootable_bootloader_goldelico_gta04-516799f6777caab2151ed276a3c198940962f06a.tar.gz
bootable_bootloader_goldelico_gta04-516799f6777caab2151ed276a3c198940962f06a.tar.bz2
ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems
This patch add the basic infrastructure for the TWL6030 driver and enables support in the two existing OMAP4 boards, Panda and OMAP4430 SDP Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r--drivers/power/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile
index dd06514..db53173 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libpower.a
COBJS-$(CONFIG_TWL4030_POWER) += twl4030.o
+COBJS-$(CONFIG_TWL6030_POWER) += twl6030.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)