aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/Makefile_32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/Makefile_32')
-rw-r--r--arch/x86/kernel/acpi/Makefile_3210
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/Makefile_32 b/arch/x86/kernel/acpi/Makefile_32
new file mode 100644
index 000000000000..a4852a2e9190
--- /dev/null
+++ b/arch/x86/kernel/acpi/Makefile_32
@@ -0,0 +1,10 @@
1obj-$(CONFIG_ACPI) += boot.o
2ifneq ($(CONFIG_PCI),)
3obj-$(CONFIG_X86_IO_APIC) += earlyquirk_32.o
4endif
5obj-$(CONFIG_ACPI_SLEEP) += sleep_32.o wakeup_32.o
6
7ifneq ($(CONFIG_ACPI_PROCESSOR),)
8obj-y += cstate.o processor.o
9endif
10