[PATCH] Fix Linux 2.5.43 build of aic7xxx

From: Perez-Gonzalez, Inaky (inaky.perez-gonzalez@intel.com)
Date: Thu Oct 17 2002 - 16:49:47 EST


Hi there

Pretty simple patch, fixes [at least for me] the building of aic7xxx on
2.5.43

diff -u -r1.1.1.1 linux/drivers/scsi/aic7xxx/Makefile
--- linux/drivers/scsi/aic7xxx/Makefile 9 Oct 2002 02:47:02 -0000
+++ linux/drivers/scsi/aic7xxx/Makefile 17 Oct 2002 21:40:03 -0000
@@ -33,7 +33,7 @@
 $(obj)/aic7xxx_seq.h $(obj)/aic7xxx_reg.h: $(src)/aic7xxx.seq \
                                            $(src)/aic7xxx.reg \
                                            $(obj)/aicasm/aicasm
- $(obj)/aicasm/aicasm -I. -r $(obj)/aic7xxx_reg.h \
+ $(obj)/aicasm/aicasm -I$(obj) -r $(obj)/aic7xxx_reg.h \
                                  -o $(obj)/aic7xxx_seq.h $(src)/aic7xxx.seq
 
 $(obj)/aicasm/aicasm: $(src)/aicasm/*.[chyl]

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 : Wed Oct 23 2002 - 22:00:37 EST