Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
0c884439dbd7c895cce61c4974c8868b0f6cd4a1
/
.
/
arch
/
sh
/
kernel
/
cpu
/
irq
/
Makefile
blob: cc1836e47a5dbe62fcd047e883c58f7af661992f [
file
] [
log
] [
blame
]
#
# 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
obj
-
$
(
CONFIG_CPU_HAS_MASKREG_IRQ
)
+=
maskreg
.
o