repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux-2.6.12-rc2
[linux-2.6/next.git]
/
arch
/
sh
/
kernel
/
cpu
/
sh4
/
Makefile
blob
ead1071eac738d0e87e2057da65c62cca4413828
1
#
2
# Makefile for the Linux/SuperH SH-4 backends.
3
#
4
5
obj-y
:=
ex.o probe.o
6
7
obj-
$(
CONFIG_SH_FPU
) +=
fpu.o
8
obj-
$(
CONFIG_CPU_SUBTYPE_ST40STB1
) +=
irq_intc2.o
9
obj-
$(
CONFIG_SH_STORE_QUEUES
) +=
sq.o
10