diff options
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 6abebe36441..759b1fe1c89 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -12,6 +12,11 @@ obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o | |||
12 | obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o | 12 | obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o |
13 | obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o | 13 | obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o |
14 | 14 | ||
15 | obj-$(CONFIG_MFD_WM8400) += wm8400-core.o | ||
16 | wm8350-objs := wm8350-core.o wm8350-regmap.o wm8350-gpio.o | ||
17 | obj-$(CONFIG_MFD_WM8350) += wm8350.o | ||
18 | obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o | ||
19 | |||
15 | obj-$(CONFIG_MFD_CORE) += mfd-core.o | 20 | obj-$(CONFIG_MFD_CORE) += mfd-core.o |
16 | 21 | ||
17 | obj-$(CONFIG_MCP) += mcp-core.o | 22 | obj-$(CONFIG_MCP) += mcp-core.o |