blob: 1351c3982ee4ee296df1787bdbecc4d6cc815022 [file] [log] [blame]
Thomas Gleixner5e4181b2007-10-23 22:37:23 +02001obj-$(CONFIG_ACPI) += boot.o
2obj-$(CONFIG_ACPI_SLEEP) += sleep_$(BITS).o wakeup_$(BITS).o
3
4ifneq ($(CONFIG_ACPI_PROCESSOR),)
5obj-y += cstate.o processor.o
Andi Kleenf157cbb2006-09-26 10:52:41 +02006endif
Thomas Gleixner5e4181b2007-10-23 22:37:23 +02007