X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fpower%2FMakefile;h=9ff4d5b55ad182852ef5c4fd2dbb11a372525275;hb=83f2f0ed715eb15a8e13c07df479d65bbc10d8d5;hp=d764ec950065686d96bbd92e49440de08e538270;hpb=ce9d3c9a6a9aef61525be07fe6ba27d937236aa2;p=~andy%2Flinux diff --git a/arch/x86/power/Makefile b/arch/x86/power/Makefile index d764ec95006..9ff4d5b55ad 100644 --- a/arch/x86/power/Makefile +++ b/arch/x86/power/Makefile @@ -1,2 +1,2 @@ -obj-$(CONFIG_PM) += cpu.o -obj-$(CONFIG_HIBERNATION) += swsusp.o suspend.o +obj-$(CONFIG_PM_SLEEP) += cpu_$(BITS).o +obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o