mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-15 09:58:35 -04:00
13 lines
253 B
Makefile
13 lines
253 B
Makefile
#
|
|
# Makefile for the Linux/SuperH SH-5 backends.
|
|
#
|
|
obj-y := entry.o probe.o switchto.o
|
|
|
|
obj-$(CONFIG_SH_FPU) += fpu.o
|
|
obj-$(CONFIG_KALLSYMS) += unwind.o
|
|
|
|
# Primary on-chip clocks (common)
|
|
clock-$(CONFIG_CPU_SH5) := clock-sh5.o
|
|
|
|
obj-y += $(clock-y)
|