repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
sh
/
kernel
/
cpu
/
sh2
/
Makefile
blob
904c4283d923f0682c1c54892febd49c1dc700c9
1
#
2
# Makefile for the Linux/SuperH SH-2 backends.
3
#
4
5
obj-y
:=
ex.o probe.o entry.o
6
7
obj-
$(
CONFIG_CPU_SUBTYPE_SH7619
) +=
setup-sh7619.o clock-sh7619.o
8
9
# SMP setup
10
smp-
$(
CONFIG_CPU_J2
) :=
smp-j2.o
11
obj-
$(
CONFIG_SMP
) += $(
smp-y
)