]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/sh/kernel/cpu/sh5/Makefile
Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile...
[mirror_ubuntu-focal-kernel.git] / arch / sh / kernel / cpu / sh5 / Makefile
1 #
2 # Makefile for the Linux/SuperH SH-5 backends.
3 #
4 obj-y := entry.o probe.o switchto.o
5
6 obj-$(CONFIG_SH_FPU) += fpu.o
7 obj-$(CONFIG_KALLSYMS) += unwind.o
8
9 # CPU subtype setup
10 obj-$(CONFIG_CPU_SH5) += setup-sh5.o
11
12 # Primary on-chip clocks (common)
13 clock-$(CONFIG_CPU_SH5) := clock-sh5.o
14
15 obj-y += $(clock-y)