aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-17 14:05:37 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 14:05:37 -0400
commit82da3ff89dc2a1842cff9b0d4cbc345cb90b59e1 (patch)
treef802b14eeaab231a940b9e974641b007f5815818 /arch/x86/kernel/Makefile
parentf2d937f3bf00665ccf048b3b6616ef95859b0945 (diff)
x86: kgdb support
simplified and streamlined kgdb support on x86, both 32-bit and 64-bit, based on patch from: Subject: kgdb: core-lite From: Jason Wessel <jason.wessel@windriver.com> [ and countless other authors - see the patch for details. ] Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Jan Kiszka <jan.kiszka@web.de> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 4eb5ce841106..4a4260c7f672 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -66,6 +66,7 @@ obj-$(CONFIG_MODULES) += module_$(BITS).o
66obj-$(CONFIG_ACPI_SRAT) += srat_32.o 66obj-$(CONFIG_ACPI_SRAT) += srat_32.o
67obj-$(CONFIG_EFI) += efi.o efi_$(BITS).o efi_stub_$(BITS).o 67obj-$(CONFIG_EFI) += efi.o efi_$(BITS).o efi_stub_$(BITS).o
68obj-$(CONFIG_DOUBLEFAULT) += doublefault_32.o 68obj-$(CONFIG_DOUBLEFAULT) += doublefault_32.o
69obj-$(CONFIG_KGDB) += kgdb.o
69obj-$(CONFIG_VM86) += vm86_32.o 70obj-$(CONFIG_VM86) += vm86_32.o
70obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 71obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
71 72