]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/power/Makefile
x86 PM: rename 32-bit files in arch/x86/power
[linux-2.6-omap-h63xx.git] / arch / x86 / power / Makefile
index 8ce87fb4abb4cbaf9e666321b9e79c0cc611012c..2c95118e510aeb1df3126e2090cda5a233564959 100644 (file)
@@ -2,6 +2,6 @@ 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
+       obj-$(CONFIG_PM)                += cpu_32.o
+       obj-$(CONFIG_HIBERNATION)       += hibernate_32.o hibernate_asm_32.o
 endif