summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2010-11-01 17:44:25 +0100
committerPaul Mundt2010-11-09 08:40:16 +0100
commita9b27bcc6acf2491609f51aa592ec67311d4518d (patch)
tree623ffa9d7d65843f172ff296a63e7feb5a123af7 /arch/sh/kernel/cpu/Makefile
parentsh: Enable optional gpiolib for all CPUs with pinmux tables. (diff)
downloadkernel-qcow2-linux-a9b27bcc6acf2491609f51aa592ec67311d4518d.tar.gz
kernel-qcow2-linux-a9b27bcc6acf2491609f51aa592ec67311d4518d.tar.xz
kernel-qcow2-linux-a9b27bcc6acf2491609f51aa592ec67311d4518d.zip
sh: Break out cpuinfo_op procfs bits.
Presently this is all inlined in setup.c, which is not really the place for it. Follow the x86 example and split it out into its own file. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/Makefile')
-rw-r--r--arch/sh/kernel/cpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile
index 4edcb60a1355..d49c2135fd48 100644
--- a/arch/sh/kernel/cpu/Makefile
+++ b/arch/sh/kernel/cpu/Makefile
@@ -20,4 +20,4 @@ obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
obj-$(CONFIG_SH_FPU) += fpu.o
obj-$(CONFIG_SH_FPU_EMU) += fpu.o
-obj-y += irq/ init.o clock.o hwblk.o
+obj-y += irq/ init.o clock.o hwblk.o proc.o