X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fsh%2Fkernel%2Fcpu%2Fsh5%2FMakefile;fp=kernel%2Farch%2Fsh%2Fkernel%2Fcpu%2Fsh5%2FMakefile;h=a184a31e686e03729bf0fa9e317105d0463419c2;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/arch/sh/kernel/cpu/sh5/Makefile b/kernel/arch/sh/kernel/cpu/sh5/Makefile new file mode 100644 index 000000000..a184a31e6 --- /dev/null +++ b/kernel/arch/sh/kernel/cpu/sh5/Makefile @@ -0,0 +1,15 @@ +# +# 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 + +# CPU subtype setup +obj-$(CONFIG_CPU_SH5) += setup-sh5.o + +# Primary on-chip clocks (common) +clock-$(CONFIG_CPU_SH5) := clock-sh5.o + +obj-y += $(clock-y)