i386: prepare shared kernel/doublefault.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
f14ff3c8f1
commit
128ffcdab2
2 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ obj-$(CONFIG_MODULES) += module_32.o
|
|||
obj-y += sysenter_32.o vsyscall_32.o
|
||||
obj-$(CONFIG_ACPI_SRAT) += srat_32.o
|
||||
obj-$(CONFIG_EFI) += efi_32.o efi_stub_32.o
|
||||
obj-$(CONFIG_DOUBLEFAULT) += doublefault.o
|
||||
obj-$(CONFIG_DOUBLEFAULT) += doublefault_32.o
|
||||
obj-$(CONFIG_VM86) += vm86_32.o
|
||||
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
||||
obj-$(CONFIG_HPET_TIMER) += hpet_32.o
|
||||
|
|
Loading…
Reference in a new issue