aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-28 19:57:11 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-28 19:57:11 +0000
commit3d936e82780b98624f06b3df3feaba149f7e312a (patch)
treea0172a8d273ce9f1f17bb58548d3df67e7cae1ea /drivers/mfd/Makefile
parentad99a335ca77d81173140187fe20a946b0c309af (diff)
fix-gta01-pcf50606-kconfig-makefile.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index e9711fd3c4b..a36eaf29f68 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -41,4 +41,8 @@ obj-$(CONFIG_PMIC_DA903X) += da903x.o
obj-$(CONFIG_MFD_PCF50633) += pcf50633-core.o
obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o
-obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o \ No newline at end of file
+obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o
+
+obj-$(CONFIG_MFD_PCF50606) += pcf50606-core.o
+obj-$(CONFIG_PCF50606_ADC) += pcf50606-adc.o
+obj-$(CONFIG_PCF50606_GPO) += pcf50606-gpo.o