Re: [PATCH 1/4] SATA ACPI build (applies to 2.6.16-git9)

From: Randy.Dunlap
Date: Sat Jan 14 2006 - 02:29:22 EST


On Sat, 14 Jan 2006 08:28:10 +0100 Sam Ravnborg wrote:

> Hi Randy
>
> > --- linux-2615-g9.orig/drivers/scsi/Makefile
> > +++ linux-2615-g9/drivers/scsi/Makefile
> > @@ -164,6 +164,9 @@ CFLAGS_ncr53c8xx.o := $(ncr53c8xx-flags-
> > zalon7xx-objs := zalon.o ncr53c8xx.o
> > NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o
> > libata-objs := libata-core.o libata-scsi.o
> > +ifeq ($(CONFIG_SCSI_SATA_ACPI),y)
> > + libata-objs += libata-acpi.o
> > +endif
>
> How about:
> libata-y := libata-core.o libata-scsi.o
> libata-$(CONFIG_SCSI_SATA_ACPI) += libata-acpi.o

Hi Sam,
OK, I'll change that.

Thanks.
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/