mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-01 21:06:17 +00:00
Move the QLogic target code from drivers/scst/qla2x00-target/ to drivers/scsi/qla2xxx/.
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
|