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