x86_64: prepare shared kernel/acpi/wakeup.S
[wandboard.git] / arch / x86_64 / kernel / acpi / Makefile
blobfe34bbec1cf0b8dcf803fd0860f4dffe1ac27ba2
1 obj-y := boot.o
2 boot-y := ../../../i386/kernel/acpi/boot.o
3 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_64.o
5 ifneq ($(CONFIG_ACPI_PROCESSOR),)
6 obj-y += processor.o
7 processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
8 endif