2a8ff4596c
This fixes up SH7705 CPU support and the SE7705 board for some of the recent changes. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.zh@hitachi.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
254 B
Makefile
10 lines
254 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
|
|
#
|
|
obj-y += imask.o
|
|
|
|
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
|
|
obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o
|
|
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o
|
|
obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o
|