xref: /linux/arch/sh/kernel/cpu/irq/Makefile (revision 2b8232ce512105e28453f301d1510de8363bccd1)
1#
2# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
3#
4obj-y	+= imask.o intc.o
5
6obj-$(CONFIG_CPU_HAS_IPR_IRQ)		+= ipr.o
7obj-$(CONFIG_CPU_HAS_MASKREG_IRQ)	+= maskreg.o
8