e8b2fd0122
As it was a synonym for (CONFIG_ACPI && CONFIG_X86), the ifdefs for it were more clutter than they were worth. For ia64, just add a few stubs in anticipation of future S3 or S4 support. Signed-off-by: Len Brown <len.brown@intel.com>
5 lines
115 B
Makefile
5 lines
115 B
Makefile
obj-y := poweroff.o wakeup.o
|
|
obj-y += main.o
|
|
obj-$(CONFIG_X86) += proc.o
|
|
|
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|