summaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2012-08-01 10:13:46 +0200
committerPaul Mundt2012-08-01 10:13:46 +0200
commit1d6a21b0a672fb29b01ccf397d478e0541e17716 (patch)
treecc4527286de39a1b70e0af1de16f8a664bea0118 /drivers/sh/intc/Makefile
parentMerge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 (diff)
downloadkernel-qcow2-linux-1d6a21b0a672fb29b01ccf397d478e0541e17716.tar.gz
kernel-qcow2-linux-1d6a21b0a672fb29b01ccf397d478e0541e17716.tar.xz
kernel-qcow2-linux-1d6a21b0a672fb29b01ccf397d478e0541e17716.zip
sh: intc: initial irqdomain support.
Trivial support for irq domains, using either a linear map or radix tree depending on the vector layout. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/intc/Makefile')
-rw-r--r--drivers/sh/intc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc/Makefile b/drivers/sh/intc/Makefile
index 44f006d09471..54ec2a0643df 100644
--- a/drivers/sh/intc/Makefile
+++ b/drivers/sh/intc/Makefile
@@ -1,4 +1,4 @@
-obj-y := access.o chip.o core.o handle.o virq.o
+obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o
obj-$(CONFIG_INTC_BALANCING) += balancing.o
obj-$(CONFIG_INTC_USERIMASK) += userimask.o