Commit cc8eae7f authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: imask IRQ depends on sh32.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2f75fbf1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#
# 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