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