GNU Linux-libre 6.7.9-gnu
[releases.git] / arch / sh / kernel / cpu / sh2 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux/SuperH SH-2 backends.
4 #
5
6 obj-y   := ex.o probe.o entry.o
7
8 obj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
9
10 # SMP setup
11 smp-$(CONFIG_CPU_J2)                    := smp-j2.o
12 obj-$(CONFIG_SMP)                       += $(smp-y)