repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some modifications to files needed to succesfully compile ;)
[wrt350n-kernel.git]
/
arch
/
sh
/
kernel
/
cpu
/
irq
/
Makefile
blob
462a8f6dfee24006236cd657ddeb044d7280d3f0
1
#
2
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
3
#
4
obj-y
+=
intc.o
5
6
obj-
$(
CONFIG_SUPERH32
) +=
imask.o
7
obj-
$(
CONFIG_CPU_SH5
) +=
intc-sh5.o
8
obj-
$(
CONFIG_CPU_HAS_IPR_IRQ
) +=
ipr.o