]> Git Repo - linux.git/blob - arch/x86/kernel/acpi/Makefile
Linux 6.14-rc3
[linux.git] / arch / 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 obj-$(CONFIG_ACPI_MADT_WAKEUP)  += madt_wakeup.o madt_playdead.o
8
9 ifneq ($(CONFIG_ACPI_PROCESSOR),)
10 obj-y                           += cstate.o
11 endif
12
This page took 0.041863 seconds and 4 git commands to generate.