]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/sh/kernel/cpu/sh2/Makefile
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.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)