Commit 96c4d6e7 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: prepare shared kernel/acpi/Makefile



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 84629d8d
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
obj-$(CONFIG_ACPI)		+= boot.o
ifneq ($(CONFIG_PCI),)
obj-$(CONFIG_X86_IO_APIC)	+= earlyquirk_32.o
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/kernel/acpi/Makefile_32
else
include ${srctree}/arch/x86_64/kernel/acpi/Makefile_64
endif
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_32.o wakeup_32.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y				+= cstate.o processor.o
endif
+10 −0
Original line number Diff line number Diff line
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