Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sh / kernel / cpu / sh5 / Makefile
diff --git a/kernel/arch/sh/kernel/cpu/sh5/Makefile b/kernel/arch/sh/kernel/cpu/sh5/Makefile
new file mode 100644 (file)
index 0000000..a184a31
--- /dev/null
@@ -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)