mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-05 08:44:14 +02:00
All processor specific interrupt code is now converted to make use of the new intc code. The config option CONFIG_CPU_HAS_INTC_IRQ is because of that pointless. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
174 B
Makefile
8 lines
174 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
|
|
#
|
|
obj-y += imask.o intc.o
|
|
|
|
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
|
|
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o
|