mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 01:07:09 +07:00
d847afe7d4
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>
9 lines
193 B
Makefile
9 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
|