Sign in
nest-open-source
/
nest-learning-thermostat
/
5.2
/
linux
/
7c4c5a477d77e0a995fb6dfb1ff1e03a2156d9ea
/
.
/
linux-imx
/
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