]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/x86_64/kernel/acpi/Makefile
ACPI: restore CONFIG_ACPI_SLEEP
[mirror_ubuntu-zesty-kernel.git] / arch / x86_64 / kernel / acpi / Makefile
CommitLineData
888ba6c6
LB
1obj-y := boot.o
2boot-y := ../../../i386/kernel/acpi/boot.o
673d5b43 3obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o
05131ecc
VP
4
5ifneq ($(CONFIG_ACPI_PROCESSOR),)
6obj-y += processor.o
ffd642e7 7processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
05131ecc
VP
8endif
9