diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-11 04:46:46 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:04 -0500 |
commit | ab6e570ba33dbee18c2520d386e0f367a9b573c3 (patch) | |
tree | 7594192d10726e72bf7744bb83bdc0c9a30891d1 /arch/sh/kernel/Makefile_32 | |
parent | d7b01f78a3ae6a3cc21a16a1a3d377adc2227537 (diff) |
sh: Generic kgdb stub support.
This migrates from the old bitrotted kgdb stub implementation and moves
to the generic stub. In the process support for SH-2/SH-2A is also added,
which the old stub never provided.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile_32')
-rw-r--r-- | arch/sh/kernel/Makefile_32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile_32 b/arch/sh/kernel/Makefile_32 index 10a34c3ae647..df25304ad780 100644 --- a/arch/sh/kernel/Makefile_32 +++ b/arch/sh/kernel/Makefile_32 | |||
@@ -19,7 +19,7 @@ obj-$(CONFIG_VSYSCALL) += vsyscall/ | |||
19 | obj-$(CONFIG_SMP) += smp.o | 19 | obj-$(CONFIG_SMP) += smp.o |
20 | obj-$(CONFIG_CF_ENABLER) += cf-enabler.o | 20 | obj-$(CONFIG_CF_ENABLER) += cf-enabler.o |
21 | obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o | 21 | obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o |
22 | obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o | 22 | obj-$(CONFIG_KGDB) += kgdb.o |
23 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o | 23 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o |
24 | obj-$(CONFIG_MODULES) += sh_ksyms_32.o module.o | 24 | obj-$(CONFIG_MODULES) += sh_ksyms_32.o module.o |
25 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 25 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |