summaryrefslogtreecommitdiff
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2011-10-10 16:34:21 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:02:39 +0800
commit8a0671b92c227fbc2f297a21dfaec035f4b6ba0a (patch)
tree58f449f8508b4195f3210fb26d3a27ed032fb30d /drivers/mfd/Makefile
parent81e514b765750984fab81b1c023a37e06c0da337 (diff)
ENGR00159530-1 mc34708: add new pmic core driver based on MFD
add new mc34708's core driver based on MFD Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rwxr-xr-xdrivers/mfd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 1f6b27fc104c..58cace2fea97 100755
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -1,7 +1,6 @@
#
# Makefile for multifunction miscellaneous devices
#
-
88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o
obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o
obj-$(CONFIG_MFD_SM501) += sm501.o
@@ -42,8 +41,8 @@ obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o
obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o
obj-$(CONFIG_TWL4030_CODEC) += twl4030-codec.o
obj-$(CONFIG_TWL6030_PWM) += twl6030-pwm.o
-
obj-$(CONFIG_MFD_MC13XXX) += mc13xxx-core.o
+obj-$(CONFIG_MFD_MC_PMIC) += mc-pmic-core.o
obj-$(CONFIG_MFD_CORE) += mfd-core.o