[<prev] [next>] [day] [month] [year] [list]
Message-Id: <47611859.76E4.0078.0@novell.com>
Date: Thu, 13 Dec 2007 10:32:41 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: <tglx@...utronix.de>, <mingo@...hat.com>, <hpa@...or.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: adjust make conditions CONFIG_PM ->
CONFIG_PM_SLEEP
The two files in question are unused without CONFIG_PM_SLEEP.
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
arch/x86/kernel/Makefile_64 | 2 +-
arch/x86/power/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.24-rc5/arch/x86/kernel/Makefile_64 2007-12-12 11:28:17.000000000 +0100
+++ 2.6.24-rc5-x86-pm-sleep/arch/x86/kernel/Makefile_64 2007-12-04 16:09:33.000000000 +0100
@@ -24,7 +24,7 @@ obj-y += apic_64.o nmi_64.o
obj-y += io_apic_64.o mpparse_64.o genapic_64.o genapic_flat_64.o
obj-$(CONFIG_KEXEC) += machine_kexec_64.o relocate_kernel_64.o crash.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump_64.o
-obj-$(CONFIG_PM) += suspend_64.o
+obj-$(CONFIG_PM_SLEEP) += suspend_64.o
obj-$(CONFIG_HIBERNATION) += suspend_asm_64.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o
--- linux-2.6.24-rc5/arch/x86/power/Makefile 2007-12-12 11:28:18.000000000 +0100
+++ 2.6.24-rc5-x86-pm-sleep/arch/x86/power/Makefile 2007-12-04 16:09:33.000000000 +0100
@@ -1,2 +1,2 @@
-obj-$(CONFIG_PM) += cpu.o
+obj-$(CONFIG_PM_SLEEP) += cpu.o
obj-$(CONFIG_HIBERNATION) += swsusp.o suspend.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists