blob: f1bb57b0e41ea780754e4fb495222a413a2e9bf8 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Josh Poimboeufc207aee2017-06-28 10:11:06 -05002OBJECT_FILES_NON_STANDARD_wakeup_$(BITS).o := y
3
Thomas Gleixner5e4181b2007-10-23 22:37:23 +02004obj-$(CONFIG_ACPI) += boot.o
Jarkko Sakkinenc9b77cc2012-05-08 21:22:29 +03005obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
Tomasz Nowicki9dae3d02014-07-22 11:20:11 +02006obj-$(CONFIG_ACPI_APEI) += apei.o
Srinivas Pandruvadaa6cbcdd2016-09-01 13:37:10 -07007obj-$(CONFIG_ACPI_CPPC_LIB) += cppc_msr.o
Thomas Gleixner5e4181b2007-10-23 22:37:23 +02008
9ifneq ($(CONFIG_ACPI_PROCESSOR),)
Alex Chiang47817252009-12-20 12:19:34 -070010obj-y += cstate.o
Andi Kleenf157cbb2006-09-26 10:52:41 +020011endif
Thomas Gleixner5e4181b2007-10-23 22:37:23 +020012