summaryrefslogtreecommitdiff
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@andestech.com>2011-01-05 17:12:23 +0800
committerWolfgang Denk <wd@denx.de>2011-01-25 22:18:57 +0100
commitf8ea15f769773943050fa3ba444a5514066441d4 (patch)
tree8ad4cbc370fd914fb0a0f88cbb96f8db11aa46bc /drivers/power/Makefile
parente009cdeb63308f291c54b173484401aab4a3fe54 (diff)
downloadu-boot-imx-f8ea15f769773943050fa3ba444a5514066441d4.zip
u-boot-imx-f8ea15f769773943050fa3ba444a5514066441d4.tar.gz
u-boot-imx-f8ea15f769773943050fa3ba444a5514066441d4.tar.bz2
ftpmu010: support faraday ftpmu010 driver
Faraday's ftpmu010 is a power managemnet unit which support cpu sleep and frequency scaling. It has been integrated into many SoC. This patch also move ftpmu010 to a proper place for later enhancement. Signed-off-by: Macpaul Lin <macpaul@andestech.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 c9ba1ae..ead00f8 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libpower.o
+COBJS-$(CONFIG_FTPMU010_POWER) += ftpmu010.o
COBJS-$(CONFIG_TWL4030_POWER) += twl4030.o
COBJS-$(CONFIG_TWL6030_POWER) += twl6030.o