Mention branches and keyring.
[releases.git] / x86 / kernel / acpi / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_ACPI)              += boot.o
4 obj-$(CONFIG_ACPI_SLEEP)        += sleep.o wakeup_$(BITS).o
5 obj-$(CONFIG_ACPI_APEI)         += apei.o
6 obj-$(CONFIG_ACPI_CPPC_LIB)     += cppc.o
7
8 ifneq ($(CONFIG_ACPI_PROCESSOR),)
9 obj-y                           += cstate.o
10 endif
11