]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/power/Makefile
x86 PM: move 64-bit hibernation files to arch/x86/power
[linux-2.6-omap-h63xx.git] / arch / x86 / power / Makefile
index d764ec950065686d96bbd92e49440de08e538270..8ce87fb4abb4cbaf9e666321b9e79c0cc611012c 100644 (file)
@@ -1,2 +1,7 @@
-obj-$(CONFIG_PM)               += cpu.o
-obj-$(CONFIG_HIBERNATION)      += swsusp.o suspend.o
+ifeq ($(CONFIG_X86_64),y)
+        obj-$(CONFIG_PM)               += suspend_64.o
+        obj-$(CONFIG_HIBERNATION)      += hibernate_asm_64.o
+else
+       obj-$(CONFIG_PM)                += cpu.o
+       obj-$(CONFIG_HIBERNATION)       += swsusp.o suspend.o
+endif