18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the Linux/SuperH SH-2 backends. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-y := ex.o probe.o entry.o 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciobj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci# SMP setup 118c2ecf20Sopenharmony_cismp-$(CONFIG_CPU_J2) := smp-j2.o 128c2ecf20Sopenharmony_ciobj-$(CONFIG_SMP) += $(smp-y) 13