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)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.