diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-11 05:15:14 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:05 -0500 |
commit | 776d6c298aad42c2b8f191fa9ad826075e4d588c (patch) | |
tree | 058b8590d98312ebe65bcd7b51765f5c83cc62dc /arch/sh | |
parent | 07d2a1a1cd8d609a4bc320a492670de57ec6bde1 (diff) |
sh: Kill off remaining CONFIG_SH_KGDB bits.
Now that we use the generic stub, kill off all of the left over
references.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/Makefile_64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64 index ae4afc090062..678408cc35ca 100644 --- a/arch/sh/kernel/Makefile_64 +++ b/arch/sh/kernel/Makefile_64 | |||
@@ -9,7 +9,6 @@ obj-$(CONFIG_VSYSCALL) += vsyscall/ | |||
9 | obj-$(CONFIG_SMP) += smp.o | 9 | obj-$(CONFIG_SMP) += smp.o |
10 | obj-$(CONFIG_CF_ENABLER) += cf-enabler.o | 10 | obj-$(CONFIG_CF_ENABLER) += cf-enabler.o |
11 | obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o | 11 | obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o |
12 | obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o | ||
13 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o | 12 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o |
14 | obj-$(CONFIG_MODULES) += sh_ksyms_64.o module.o | 13 | obj-$(CONFIG_MODULES) += sh_ksyms_64.o module.o |
15 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 14 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |