Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / sh / kernel / cpu / sh2 / Makefile
blob214c3a5b184ace7cf3836c23881178f55d5842d3
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Linux/SuperH SH-2 backends.
6 obj-y := ex.o probe.o entry.o
8 obj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
10 # SMP setup
11 smp-$(CONFIG_CPU_J2) := smp-j2.o
12 obj-$(CONFIG_SMP) += $(smp-y)