mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-05 08:44:14 +02:00
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
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
|
|
|