xref: /linux/arch/sh/kernel/cpu/sh2/Makefile (revision 597473720f4dc69749542bfcfed4a927a43d935e)
1*47d11326SKuninori Morimoto# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the Linux/SuperH SH-2 backends.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
69d4436a6SYoshinori Satoobj-y	:= ex.o probe.o entry.o
71da177e4SLinus Torvalds
89d4436a6SYoshinori Satoobj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
9b4214e41SRich Felker
10b4214e41SRich Felker# SMP setup
11b4214e41SRich Felkersmp-$(CONFIG_CPU_J2)			:= smp-j2.o
12b4214e41SRich Felkerobj-$(CONFIG_SMP)			+= $(smp-y)
13