aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-10-05 22:10:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-10-05 22:10:30 +0900
commit2be6bb0c79c7fbda3425b65ee51c558bbaf4cf91 (patch)
treedb0dafd7e7f83945edc2c50c358a3d81fca960c3 /drivers/sh/Makefile
parentsh: intc: Handle early lookups of subgroup IRQs. (diff)
downloadlinux-dev-2be6bb0c79c7fbda3425b65ee51c558bbaf4cf91.tar.xz
linux-dev-2be6bb0c79c7fbda3425b65ee51c558bbaf4cf91.zip
sh: intc: Split up the INTC code.
This splits up the sh intc core in to something more vaguely resembling a subsystem. Most of the functionality was alread fairly well compartmentalized, and there were only a handful of interdependencies that needed to be resolved in the process. This also serves as future-proofing for the genirq and sparseirq rework, which will make some of the split out functionality wholly generic, allowing things to be killed off in place with minimal migration pain. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r--drivers/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile
index 08fc653a825c..50dd5a65f72e 100644
--- a/drivers/sh/Makefile
+++ b/drivers/sh/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for the SuperH specific drivers.
#
-obj-y := clk.o intc.o
+obj-y := clk.o intc/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_MAPLE) += maple/