[PATCH] earlyquirk.o is needed for CONFIG_ACPI_BOOT

From: Horms
Date: Thu Mar 24 2005 - 09:18:35 EST


I think that this patch to the Makefile is needed
to ensure earlyquirk.c is compiled if CONFIG_ACPI_BOOT is enabled.

Signed-off-by: Horms <horms@xxxxxxxxxxxx>

--- a/arch/i386/kernel/Makefile 2005-03-24 15:47:08.391718540 +0900
+++ b/arch/i386/kernel/Makefile.noedit 2005-03-24 15:46:56.433281792 +0900
@@ -36,11 +36,11 @@
obj-$(CONFIG_X86_CPUID) += cpuid.o
obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_APM) += apm.o
-obj-$(CONFIG_ACPI_BOOT) += acpi.o earlyquirk.o
+obj-$(CONFIG_ACPI_BOOT) += acpi.o
obj-$(CONFIG_ACPI_SLEEP) += acpi_wakeup.o
obj-$(CONFIG_SMP) += smp.o smpboot.o trampoline.o
obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o apic.o nmi.o
-obj-$(CONFIG_X86_IO_APIC) += io_apic.o
+obj-$(CONFIG_X86_IO_APIC) += io_apic.o earlyquirk.o
obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o
obj-$(CONFIG_CPU_EMU486) += emu.o
obj-$(CONFIG_EDD) += edd.o

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/