673d5b43da
Restore the 2.6.22 CONFIG_ACPI_SLEEP build option, but now shadowing the new CONFIG_PM_SLEEP option. Signed-off-by: Len Brown <len.brown@intel.com> [ Modified to work with the PM config setup changes. ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6 lines
137 B
Makefile
6 lines
137 B
Makefile
obj-y := poweroff.o wakeup.o
|
|
obj-$(CONFIG_ACPI_SLEEP) += main.o
|
|
obj-$(CONFIG_ACPI_SLEEP) += proc.o
|
|
|
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|