License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / x86 / kernel / acpi / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c207aee4
JP
2OBJECT_FILES_NON_STANDARD_wakeup_$(BITS).o := y
3
5e4181b3 4obj-$(CONFIG_ACPI) += boot.o
c9b77ccb 5obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
9dae3d0d 6obj-$(CONFIG_ACPI_APEI) += apei.o
a6cbcdd5 7obj-$(CONFIG_ACPI_CPPC_LIB) += cppc_msr.o
5e4181b3
TG
8
9ifneq ($(CONFIG_ACPI_PROCESSOR),)
47817254 10obj-y += cstate.o
f157cbb1 11endif
5e4181b3 12