mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 10:09:06 +00:00
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
|
||
|
|