Sign in
googlers
/
maze
/
linux
/
05dda977f2574c3341abef9b74c27d2b362e1e3a
/
.
/
arch
/
sh
/
kernel
/
cpu
/
irq
/
Makefile
blob: 462a8f6dfee24006236cd657ddeb044d7280d3f0 [
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