[ARM] 4485/1: ns9xxx: pass the correct irq number to the interrupt handlers
[linux-2.6/mini2440.git] / drivers / mfd / Makefile
blob51432091b323f9edad3fedfa0a0fad5269a9a9f9
2 # Makefile for multifunction miscellaneous devices
5 obj-$(CONFIG_MFD_SM501) += sm501.o
7 obj-$(CONFIG_MCP) += mcp-core.o
8 obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o
9 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
10 obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o
12 ifeq ($(CONFIG_SA1100_ASSABET),y)
13 obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
14 endif