diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-20 18:27:20 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:50 +0900 |
commit | d1839136098e281ece46520200599ef94edca612 (patch) | |
tree | 77352e7de98dccea141287e418c5868165152e83 /arch/sh/kernel/cpu/sh5/Makefile | |
parent | 92b59258b8e854dd223bbb196f0c18b8cb7e6c6e (diff) |
sh: Plug in simple SH-5 subtype probing.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh5/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh5/Makefile b/arch/sh/kernel/cpu/sh5/Makefile index 6d388e8d899..c7a9873c8d5 100644 --- a/arch/sh/kernel/cpu/sh5/Makefile +++ b/arch/sh/kernel/cpu/sh5/Makefile @@ -1,4 +1,4 @@ -obj-y := entry.o switchto.o +obj-y := entry.o probe.o switchto.o -obj-$(CONFIG_KALLSYMS) += unwind.o obj-$(CONFIG_SH_FPU) += fpu.o +obj-$(CONFIG_KALLSYMS) += unwind.o |