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
parentd74310d3b18aabbb7d0549ea9e3fd3259c1dce00 (diff)
downloadkernel_samsung_smdk4412-2be6bb0c79c7fbda3425b65ee51c558bbaf4cf91.zip
kernel_samsung_smdk4412-2be6bb0c79c7fbda3425b65ee51c558bbaf4cf91.tar.gz
kernel_samsung_smdk4412-2be6bb0c79c7fbda3425b65ee51c558bbaf4cf91.tar.bz2
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 08fc653..50dd5a6 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/