summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-11-01 12:44:25 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-11-09 16:40:16 +0900
commita9b27bcc6acf2491609f51aa592ec67311d4518d (patch)
tree623ffa9d7d65843f172ff296a63e7feb5a123af7 /arch/sh/kernel/cpu/Makefile
parentf020c92de48246510623162fb22d60d91810cc56 (diff)
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