mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
1254d1db11
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
|