diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-01 11:13:54 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-01 11:13:54 +0400 |
commit | bbfbd8b151fe35c9a1180a7f5254c5d6b8387cc0 (patch) | |
tree | e39f364221492d64c7f8fd80c1ceb2065350c4d7 /drivers/sh/Makefile | |
parent | 7ff731aeba1cdac473c818a9884eb94ddad18e7f (diff) | |
download | linux-bbfbd8b151fe35c9a1180a7f5254c5d6b8387cc0.tar.xz |
sh: Move the shared INTC code out to drivers/sh/
The INTC code will be re-used across different architectures, so move
this out to drivers/sh/ and include/linux/sh_intc.h respectively.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r-- | drivers/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index a96f4a8cfeb8..6a025cefe6dc 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile @@ -1,6 +1,6 @@ # # Makefile for the SuperH specific drivers. # - obj-$(CONFIG_SUPERHYWAY) += superhyway/ obj-$(CONFIG_MAPLE) += maple/ +obj-y += intc.o |