mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-27 23:21:05 +00:00
Formerly implemented by ADX, we can use this generically, so move it over. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
219 B
Makefile
9 lines
219 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
|
|
#
|
|
obj-y += ipr.o imask.o
|
|
|
|
obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o
|
|
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o
|
|
obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o
|