]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - 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
1 ifeq ($(CONFIG_X86_64),y)
2         obj-$(CONFIG_PM)                += suspend_64.o
3         obj-$(CONFIG_HIBERNATION)       += hibernate_asm_64.o
4 else
5         obj-$(CONFIG_PM)                += cpu.o
6         obj-$(CONFIG_HIBERNATION)       += swsusp.o suspend.o
7 endif