mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Move the QLogic target code from drivers/scst/qla2x00-target/ to drivers/scsi/qla2xxx/. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8084 d57e44dd-8a1f-0410-8b47-8ef2f437770f
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \
|
|
qla_dbg.o qla_sup.o qla_attr.o qla_mid.o qla_dfs.o qla_bsg.o qla_nx.o
|
|
|
|
obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o
|
|
|
|
ccflags-y += -Iinclude/scst -I$(src)
|
|
|
|
qla2x00tgt-y := qla2x00t.o
|
|
|
|
obj-$(CONFIG_SCST_QLA_TGT_ADDON) += qla2x00tgt.o
|