Преглед изворни кода

sh: imask IRQ depends on sh32.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt пре 17 година
родитељ
комит
cc8eae7f51
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      arch/sh/kernel/cpu/irq/Makefile

+ 2 - 1
arch/sh/kernel/cpu/irq/Makefile

@@ -1,7 +1,8 @@
 #
 # Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
 #
-obj-y	+= imask.o intc.o
+obj-y	+= intc.o
 
+obj-$(CONFIG_SUPERH32)			+= imask.o
 obj-$(CONFIG_CPU_HAS_IPR_IRQ)		+= ipr.o
 obj-$(CONFIG_CPU_HAS_MASKREG_IRQ)	+= maskreg.o