xref: /linux/arch/sh/kernel/cpu/irq/Makefile (revision bf3a00f88c926635932c91afd90b4a0907dfbe78)
1*bf3a00f8SPaul Mundt#
2*bf3a00f8SPaul Mundt# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
3*bf3a00f8SPaul Mundt#
4*bf3a00f8SPaul Mundtobj-y	+= ipr.o imask.o
5*bf3a00f8SPaul Mundt
6*bf3a00f8SPaul Mundtobj-$(CONFIG_CPU_HAS_PINT_IRQ)	+= pint.o
7*bf3a00f8SPaul Mundtobj-$(CONFIG_CPU_HAS_INTC2_IRQ)	+= intc2.o
8