diff options
Diffstat (limited to 'arch/x86_64/kernel/acpi/Makefile_64')
-rw-r--r-- | arch/x86_64/kernel/acpi/Makefile_64 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/acpi/Makefile_64 b/arch/x86_64/kernel/acpi/Makefile_64 new file mode 100644 index 00000000000..c24fe95b0d9 --- /dev/null +++ b/arch/x86_64/kernel/acpi/Makefile_64 | |||
@@ -0,0 +1,9 @@ | |||
1 | obj-y := boot.o | ||
2 | boot-y := ../../../i386/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 := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o | ||
8 | endif | ||
9 | |||