Files
linux-apfs/arch/sh/kernel/cpu/irq/Makefile
T

9 lines
193 B
Makefile
Raw Normal View History

2006-01-16 22:14:14 -08:00
#
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
#
2007-11-10 20:15:31 +09:00
obj-y += intc.o
2006-01-16 22:14:14 -08:00
2007-11-10 20:15:31 +09:00
obj-$(CONFIG_SUPERH32) += imask.o
obj-$(CONFIG_CPU_SH5) += intc-sh5.o
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o