mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
9d4436a6fb
This implements initial support for the SH7206 (SH-2A) and SH7619 (SH-2) MMU-less CPUs. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
149 B
Makefile
8 lines
149 B
Makefile
#
|
|
# Makefile for the Linux/SuperH SH-2 backends.
|
|
#
|
|
|
|
obj-y := ex.o probe.o entry.o
|
|
|
|
obj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
|