diff options
Diffstat (limited to 'arch/x86/kernel/acpi/Makefile')
-rw-r--r-- | arch/x86/kernel/acpi/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/x86/kernel/acpi/Makefile b/arch/x86/kernel/acpi/Makefile index 3d5671939542..1351c3982ee4 100644 --- a/arch/x86/kernel/acpi/Makefile +++ b/arch/x86/kernel/acpi/Makefile | |||
@@ -1,5 +1,7 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | obj-$(CONFIG_ACPI) += boot.o |
2 | include ${srctree}/arch/x86/kernel/acpi/Makefile_32 | 2 | obj-$(CONFIG_ACPI_SLEEP) += sleep_$(BITS).o wakeup_$(BITS).o |
3 | else | 3 | |
4 | include ${srctree}/arch/x86/kernel/acpi/Makefile_64 | 4 | ifneq ($(CONFIG_ACPI_PROCESSOR),) |
5 | obj-y += cstate.o processor.o | ||
5 | endif | 6 | endif |
7 | |||