mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-14 16:39:21 +00:00
![Paul Mundt](/assets/img/avatar_default.png)
The INTC code will be re-used across different architectures, so move this out to drivers/sh/ and include/linux/sh_intc.h respectively. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
7 lines
176 B
Makefile
7 lines
176 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
|
|
#
|
|
obj-$(CONFIG_SUPERH32) += imask.o
|
|
obj-$(CONFIG_CPU_SH5) += intc-sh5.o
|
|
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
|