aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/Makefile_32
blob: a4852a2e9190c147f1faa66ac3ba271e9f3a8a6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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