projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ead1071eac738d0e87e2057da65c62cca4413828
[linux-2.6.git]
/
arch
/
sh
/
kernel
/
cpu
/
sh4
/
Makefile
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