Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
Note: File does not exist in v6.9.4.
 1#
 2# Makefile for the Linux/SuperH SH-5 backends.
 3#
 4obj-y := entry.o probe.o switchto.o
 5
 6obj-$(CONFIG_SH_FPU)		+= fpu.o
 7obj-$(CONFIG_KALLSYMS)		+= unwind.o
 8
 9# CPU subtype setup
10obj-$(CONFIG_CPU_SH5)		+= setup-sh5.o
11
12# Primary on-chip clocks (common)
13clock-$(CONFIG_CPU_SH5)		:= clock-sh5.o
14
15obj-y			+= $(clock-y)