Makefile 253 字节
Newer Older
P
Paul Mundt 已提交
1 2 3
#
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
#
4
obj-y	+= imask.o
P
Paul Mundt 已提交
5

6
obj-$(CONFIG_CPU_HAS_IPR_IRQ)		+= ipr.o
P
Paul Mundt 已提交
7 8 9
obj-$(CONFIG_CPU_HAS_PINT_IRQ)		+= pint.o
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ)	+= maskreg.o
obj-$(CONFIG_CPU_HAS_INTC2_IRQ)		+= intc2.o