diff options
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index f5f337143e69..6f8a9a1af20b 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -26,6 +26,8 @@ obj-$(CONFIG_TWL4030_CORE) += twl4030-core.o twl4030-irq.o | |||
26 | 26 | ||
27 | obj-$(CONFIG_MFD_CORE) += mfd-core.o | 27 | obj-$(CONFIG_MFD_CORE) += mfd-core.o |
28 | 28 | ||
29 | obj-$(CONFIG_EZX_PCAP) += ezx-pcap.o | ||
30 | |||
29 | obj-$(CONFIG_MCP) += mcp-core.o | 31 | obj-$(CONFIG_MCP) += mcp-core.o |
30 | obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o | 32 | obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o |
31 | obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o | 33 | obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o |