diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:01:16 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:01:16 +0900 |
commit | ba463937ef75bceaf3943edf01f849257c68623a (patch) | |
tree | 42d8d401e2710b76d40943c4c45beab5cd084541 /arch/sh/kernel/cpu/irq/Makefile | |
parent | 5a4053b23262afefa748e1e4c439931d4c27693b (diff) | |
download | blackbird-op-linux-ba463937ef75bceaf3943edf01f849257c68623a.tar.gz blackbird-op-linux-ba463937ef75bceaf3943edf01f849257c68623a.zip |
sh: maskreg IRQ support.
Formerly implemented by ADX, we can use this generically,
so move it over.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/irq/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/irq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/irq/Makefile b/arch/sh/kernel/cpu/irq/Makefile index e3cccea15e1d..1c034c283f59 100644 --- a/arch/sh/kernel/cpu/irq/Makefile +++ b/arch/sh/kernel/cpu/irq/Makefile @@ -3,5 +3,6 @@ # obj-y += ipr.o imask.o -obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o -obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o +obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o +obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o +obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o |