[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [linux-2.6.18-xen] Fix arch/i386/power/Makefile.



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1195741100 0
# Node ID 2d5d399f04f7d4096f3d6543d7da664a8d7cfbad
# Parent  dea67c1a8efa6629899e644caa1b2f97d6c391b6
Fix arch/i386/power/Makefile.

For being able to build native with CONFIG_APM=3Dm, this small
adjustment is needed.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
---
 arch/i386/power/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r dea67c1a8efa -r 2d5d399f04f7 arch/i386/power/Makefile
--- a/arch/i386/power/Makefile  Wed Nov 21 09:12:39 2007 -0700
+++ b/arch/i386/power/Makefile  Thu Nov 22 14:18:20 2007 +0000
@@ -1,4 +1,4 @@ obj-$(CONFIG_PM_LEGACY)         += cpu.o
-obj-$(CONFIG_PM_LEGACY)                += cpu.o
+obj-$(subst m,y,$(CONFIG_APM)) += cpu.o
 obj-$(CONFIG_SOFTWARE_SUSPEND) += cpu.o
 obj-$(CONFIG_ACPI_SLEEP)       += cpu.o
 obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.