diff options
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 75f6ed68a4b9..d29a96d4267f 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -24,6 +24,13 @@ obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o tmio_core.o | |||
24 | obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o tmio_core.o | 24 | obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o tmio_core.o |
25 | obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o | 25 | obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o |
26 | 26 | ||
27 | obj-$(CONFIG_MFD_ARIZONA) += arizona-core.o | ||
28 | obj-$(CONFIG_MFD_ARIZONA) += arizona-irq.o | ||
29 | obj-$(CONFIG_MFD_ARIZONA_I2C) += arizona-i2c.o | ||
30 | obj-$(CONFIG_MFD_ARIZONA_SPI) += arizona-spi.o | ||
31 | ifneq ($(CONFIG_MFD_WM5102),n) | ||
32 | obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o | ||
33 | endif | ||
27 | obj-$(CONFIG_MFD_WM8400) += wm8400-core.o | 34 | obj-$(CONFIG_MFD_WM8400) += wm8400-core.o |
28 | wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o | 35 | wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o |
29 | wm831x-objs += wm831x-auxadc.o | 36 | wm831x-objs += wm831x-auxadc.o |