blob: 19d3d6e9d09b80f359a79de7525344b6d87401b5 [file] [log] [blame]
Thomas Gleixner5e4181b2007-10-23 22:37:23 +02001obj-$(CONFIG_ACPI) += boot.o
Pavel Machek4fc2fba2008-01-30 13:32:54 +01002obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
Thomas Gleixner5e4181b2007-10-23 22:37:23 +02003
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