i386: move kernel/acpi
[firefly-linux-kernel-4.4.55.git] / arch / x86_64 / kernel / acpi / Makefile_64
1 obj-y                   := boot.o
2 boot-y                  := ../../../x86/kernel/acpi/boot.o
3 obj-$(CONFIG_ACPI_SLEEP)        += sleep_64.o wakeup_64.o
4
5 ifneq ($(CONFIG_ACPI_PROCESSOR),)
6 obj-y                   += processor.o
7 processor-y             := ../../../x86/kernel/acpi/processor.o ../../../x86/kernel/acpi/cstate.o
8 endif
9