![]() | |||||||||||||
Messages in this thread |
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 Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-01-14 08:31 [from the cache] ©2003-2008 | |||||||||||||