aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/Makefile_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/Makefile_64')
-rw-r--r--arch/x86/kernel/acpi/Makefile_647
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/Makefile_64 b/arch/x86/kernel/acpi/Makefile_64
new file mode 100644
index 000000000000..629425bc002d
--- /dev/null
+++ b/arch/x86/kernel/acpi/Makefile_64
@@ -0,0 +1,7 @@
+obj-y := boot.o
+obj-$(CONFIG_ACPI_SLEEP) += sleep_64.o wakeup_64.o
+
+ifneq ($(CONFIG_ACPI_PROCESSOR),)
+obj-y += processor.o cstate.o
+endif
+