RE: 2.5.45: AIC7XXX_BUILD_FIRMWARE=y is broken

From: Perez-Gonzalez, Inaky (inaky.perez-gonzalez@intel.com)
Date: Thu Oct 31 2002 - 21:15:48 EST


> make -f scripts/Makefile.build obj=drivers/scsi/aic7xxx
> make[3]: *** No rule to make target
> `drivers/scsi/aic7xxx/aix7xxx_seq.h',
> needed by `driver
> s/scsi/aic7xxx/aic7xxx_reg.h'. Stop.

That was a typo I introduced and the fix somehow did not get
to Alan's tree [AFAIK]. Replace that aix7xxx by aic7xxx.

--- drivers/scsi/aic7xxx/Makefile 31 Oct 2002 23:28:26 -0000
+++ drivers/scsi/aic7xxx/Makefile 1 Nov 2002 00:18:34 -0000
@@ -41,7 +41,7 @@
         $(obj)/aicasm/aicasm -I$(obj) -r $(obj)/aic7xxx_reg.h \
                                  -o $(obj)/aic7xxx_seq.h $(src)/aic7xxx.seq
 
-$(obj)/aic7xxx_reg.h: $(obj)/aix7xxx_seq.h
+$(obj)/aic7xxx_reg.h: $(obj)/aic7xxx_seq.h
 
 $(obj)/aicasm/aicasm: $(src)/aicasm/*.[chyl]
         $(MAKE) -C $(src)/aicasm

Inaky Perez-Gonzalez -- Not speaking for Intel - opinions are my own [or my
fault]

-
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/



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:58 EST