Sign in
googlers
/
maze
/
linux
/
61552367b2ce5e9bea6b6af670ec80aea386f34e
/
.
/
arch
/
sh
/
kernel
/
cpu
/
irq
/
Makefile
blob: f0c7025a67d117fedce5afbab43ff86227c12b5a [
file
] [
log
] [
blame
]
#
# 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