Merge remote-tracking branch 'block/for-next'
[deliverable/linux.git] / arch / x86 / kernel / acpi / Makefile
1 obj-$(CONFIG_ACPI) += boot.o
2 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
3 obj-$(CONFIG_ACPI_APEI) += apei.o
4 obj-$(CONFIG_ACPI_CPPC_LIB) += cppc_msr.o
5
6 ifneq ($(CONFIG_ACPI_PROCESSOR),)
7 obj-y += cstate.o
8 endif
9
This page took 0.032955 seconds and 5 git commands to generate.