linux/arch/x86/kernel/acpi/Makefile

8 lines
146 B
Makefile
Raw Normal View History

obj-$(CONFIG_ACPI) += boot.o
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y += cstate.o
endif