linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: adjust make conditions CONFIG_PM -> CONFIG_PM_SLEEP
@ 2007-12-13 10:32 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2007-12-13 10:32 UTC (permalink / raw)
  To: tglx, mingo, hpa; +Cc: linux-kernel

The two files in question are unused without CONFIG_PM_SLEEP.

Signed-off-by: Jan Beulich <jbeulich@novell.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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-13 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-13 10:32 [PATCH] x86: adjust make conditions CONFIG_PM -> CONFIG_PM_SLEEP Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).