Inhibit building the qla2x00t targets in parallel because this produces incorrect results.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1191 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-10-10 14:55:18 +00:00
parent df23274fa9
commit 53c9cb7de8

View File

@@ -3,6 +3,10 @@ qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \
obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o
# The qla2xxx-orig/% targets are not built correctly when parallel building
# (make -j...) is enabled, so disable parallel builds.
.NOTPARALLEL:
clean:
rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers \
Module.symvers Module.markers modules.order