repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
arch
/
sh
/
kernel
/
cpu
/
irq
/
Makefile
blob
1c034c283f594aee3b73ac546909dfb173bfbd17
1
#
2
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
3
#
4
obj-y
+=
ipr.o imask.o
5
6
obj-
$(
CONFIG_CPU_HAS_PINT_IRQ
) +=
pint.o
7
obj-
$(
CONFIG_CPU_HAS_MASKREG_IRQ
) +=
maskreg.o
8
obj-
$(
CONFIG_CPU_HAS_INTC2_IRQ
) +=
intc2.o