mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-15 13:14:46 +00:00
8 lines
155 B
Makefile
8 lines
155 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
|