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>
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
obj-y := boot.o
|
|
obj-$(CONFIG_ACPI_SLEEP) += sleep_64.o wakeup_64.o
|
|
|
|
ifneq ($(CONFIG_ACPI_PROCESSOR),)
|
|
obj-y += processor.o cstate.o
|
|
endif
|
|
|