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