mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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)
|