diff options
author | Huang, Ying <ying.huang@intel.com> | 2008-01-30 07:31:19 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:19 -0500 |
commit | e429795c68d3001ecae74f6465420c9f043b0ece (patch) | |
tree | 46e24522c3b7fbe7dc9f7fc63b4c942ff48e4070 /arch/x86/kernel/Makefile_32 | |
parent | 9ad65e4748f55e3159283d7fa9d54fb30c086113 (diff) |
x86: EFI runtime service support: remove duplicated code from efi_32.c
This patch removes the duplicated code between efi_32.c and efi.c.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile_32')
-rw-r--r-- | arch/x86/kernel/Makefile_32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile_32 b/arch/x86/kernel/Makefile_32 index cc2651bcc07f..a854e23eac0b 100644 --- a/arch/x86/kernel/Makefile_32 +++ b/arch/x86/kernel/Makefile_32 | |||
@@ -38,7 +38,7 @@ obj-$(CONFIG_X86_SUMMIT_NUMA) += summit_32.o | |||
38 | obj-$(CONFIG_KPROBES) += kprobes_32.o | 38 | obj-$(CONFIG_KPROBES) += kprobes_32.o |
39 | obj-$(CONFIG_MODULES) += module_32.o | 39 | obj-$(CONFIG_MODULES) += module_32.o |
40 | obj-$(CONFIG_ACPI_SRAT) += srat_32.o | 40 | obj-$(CONFIG_ACPI_SRAT) += srat_32.o |
41 | obj-$(CONFIG_EFI) += efi_32.o efi_stub_32.o | 41 | obj-$(CONFIG_EFI) += efi.o efi_32.o efi_stub_32.o |
42 | obj-$(CONFIG_DOUBLEFAULT) += doublefault_32.o | 42 | obj-$(CONFIG_DOUBLEFAULT) += doublefault_32.o |
43 | obj-$(CONFIG_VM86) += vm86_32.o | 43 | obj-$(CONFIG_VM86) += vm86_32.o |
44 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 44 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |