mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
This patch removes the maskreg irq code since it is not in use anymore. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
193 B
Makefile
8 lines
193 B
Makefile
#
|
|
# 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
|