X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Facpi%2Fsleep%2FMakefile;h=bb52f85d0aaca1ad3d331b1bcb9f2dd8e5e6b20b;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=975d03d59684cc748fa5db431e57d6ec882a4fd3;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/drivers/acpi/sleep/Makefile b/drivers/acpi/sleep/Makefile index 975d03d59..bb52f85d0 100644 --- a/drivers/acpi/sleep/Makefile +++ b/drivers/acpi/sleep/Makefile @@ -1,5 +1,5 @@ obj-y := poweroff.o -obj-$(CONFIG_ACPI_SLEEP) += main.o +obj-$(CONFIG_ACPI_SLEEP) += main.o wakeup.o obj-$(CONFIG_ACPI_SLEEP_PROC_FS) += proc.o EXTRA_CFLAGS += $(ACPI_CFLAGS)