diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/acpi/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/acpi/Makefile_64 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/kernel/acpi/Makefile b/arch/x86_64/kernel/acpi/Makefile index 6e00bfeb59a9..dd4eb7cef2b4 100644 --- a/arch/x86_64/kernel/acpi/Makefile +++ b/arch/x86_64/kernel/acpi/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/kernel/acpi/Makefile_32 | 2 | include ${srctree}/arch/x86/kernel/acpi/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/kernel/acpi/Makefile_64 | 4 | include ${srctree}/arch/x86_64/kernel/acpi/Makefile_64 |
5 | endif | 5 | endif |
diff --git a/arch/x86_64/kernel/acpi/Makefile_64 b/arch/x86_64/kernel/acpi/Makefile_64 index c24fe95b0d94..fc377c87e0b0 100644 --- a/arch/x86_64/kernel/acpi/Makefile_64 +++ b/arch/x86_64/kernel/acpi/Makefile_64 | |||
@@ -1,9 +1,9 @@ | |||
1 | obj-y := boot.o | 1 | obj-y := boot.o |
2 | boot-y := ../../../i386/kernel/acpi/boot.o | 2 | boot-y := ../../../x86/kernel/acpi/boot.o |
3 | obj-$(CONFIG_ACPI_SLEEP) += sleep_64.o wakeup_64.o | 3 | obj-$(CONFIG_ACPI_SLEEP) += sleep_64.o wakeup_64.o |
4 | 4 | ||
5 | ifneq ($(CONFIG_ACPI_PROCESSOR),) | 5 | ifneq ($(CONFIG_ACPI_PROCESSOR),) |
6 | obj-y += processor.o | 6 | obj-y += processor.o |
7 | processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o | 7 | processor-y := ../../../x86/kernel/acpi/processor.o ../../../x86/kernel/acpi/cstate.o |
8 | endif | 8 | endif |
9 | 9 | ||