diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2007-11-10 06:15:31 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:43 -0500 |
| commit | cc8eae7f5190668337463d6bfba60c137bce0522 (patch) | |
| tree | 3f708efabe694fe4f482b8d25ffe4f57fd047897 /arch/sh/kernel/cpu/irq/Makefile | |
| parent | 2f75fbf16bd87f36f3e72396b603bc6689e04be4 (diff) | |
sh: imask IRQ depends on sh32.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/irq/Makefile b/arch/sh/kernel/cpu/irq/Makefile index 8da8e178f09c..81d37e948b86 100644 --- a/arch/sh/kernel/cpu/irq/Makefile +++ b/arch/sh/kernel/cpu/irq/Makefile | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | # | 1 | # |
| 2 | # Makefile for the Linux/SuperH CPU-specifc IRQ handlers. | 2 | # Makefile for the Linux/SuperH CPU-specifc IRQ handlers. |
| 3 | # | 3 | # |
| 4 | obj-y += imask.o intc.o | 4 | obj-y += intc.o |
| 5 | 5 | ||
| 6 | obj-$(CONFIG_SUPERH32) += imask.o | ||
| 6 | obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o | 7 | obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o |
| 7 | obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o | 8 | obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o |
