Staging
v0.8.1
Raw File
#
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
#
obj-y	+= intc.o

obj-$(CONFIG_SUPERH32)			+= imask.o
obj-$(CONFIG_CPU_SH5)			+= intc-sh5.o
obj-$(CONFIG_CPU_HAS_IPR_IRQ)		+= ipr.o
back to top