mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user