mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 04:11:49 +00:00
54ef34009a
They were already very similar; just use the same file now. [ tglx: arch/x86 adaptation ] Cc: lenb@kernel.org Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
obj-$(CONFIG_ACPI) += boot.o
|
|
obj-$(CONFIG_ACPI_SLEEP) += sleep_32.o wakeup_32.o
|
|
|
|
ifneq ($(CONFIG_ACPI_PROCESSOR),)
|
|
obj-y += cstate.o processor.o
|
|
endif
|
|
|