GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sh / kernel / cpu / sh5 / Makefile
bloba184a31e686e03729bf0fa9e317105d0463419c2
2 # Makefile for the Linux/SuperH SH-5 backends.
4 obj-y := entry.o probe.o switchto.o
6 obj-$(CONFIG_SH_FPU) += fpu.o
7 obj-$(CONFIG_KALLSYMS) += unwind.o
9 # CPU subtype setup
10 obj-$(CONFIG_CPU_SH5) += setup-sh5.o
12 # Primary on-chip clocks (common)
13 clock-$(CONFIG_CPU_SH5) := clock-sh5.o
15 obj-y += $(clock-y)