AIC7xxx driver build failure

Inaky Perez-Gonzalez (inaky.perez-gonzalez@intel.com)
Sat, 19 Oct 2002 20:03:36 -0700


The AIC 7xxx driver fails to build because the Makefile fails to
specify the correct include path to aicasm.

Justin, are you getting this?

This patch is against 2.5.44.

diff -u drivers/scsi/aic7xxx/Makefile:1.1.1.2 drivers/scsi/aic7xxx/Makefile:1.1.1.1.4.2
--- drivers/scsi/aic7xxx/Makefile:1.1.1.2 Fri Oct 18 22:54:44 2002
+++ drivers/scsi/aic7xxx/Makefile Sat Oct 19 18:42:32 2002
@@ -39,7 +39,7 @@

$(obj)/aic7xxx_seq.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)/aic7xxx_reg.h: $(obj)/aix7xxx_seq.h

-- 

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/