xref: /linux/arch/sh/kernel/cpu/sh2/Makefile (revision b4214e41b7152b1964a3421a40251d202ae2d2c0)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Makefile for the Linux/SuperH SH-2 backends.
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
59d4436a6SYoshinori Satoobj-y	:= ex.o probe.o entry.o
61da177e4SLinus Torvalds
79d4436a6SYoshinori Satoobj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
8*b4214e41SRich Felker
9*b4214e41SRich Felker# SMP setup
10*b4214e41SRich Felkersmp-$(CONFIG_CPU_J2)			:= smp-j2.o
11*b4214e41SRich Felkerobj-$(CONFIG_SMP)			+= $(smp-y)
12