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