mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
c8806b6c9e
Cisco has developed a new PCI HBA interface called sNIC, which stands for SCSI NIC. This is a new storage feature supported on specialized network adapter. The new PCI function provides a uniform host interface and abstracts backend storage. [jejb: fix up checkpatch errors] Signed-off-by: Narsimhulu Musini <nmusini@cisco.com> Signed-off-by: Sesidhar Baddela <sebaddel@cisco.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>
17 lines
280 B
Makefile
17 lines
280 B
Makefile
obj-$(CONFIG_SCSI_SNIC) += snic.o
|
|
|
|
snic-y := \
|
|
snic_attrs.o \
|
|
snic_main.o \
|
|
snic_res.o \
|
|
snic_isr.o \
|
|
snic_ctl.o \
|
|
snic_io.o \
|
|
snic_scsi.o \
|
|
snic_disc.o \
|
|
vnic_cq.o \
|
|
vnic_intr.o \
|
|
vnic_dev.o \
|
|
vnic_wq.o
|
|
|
|
snic-$(CONFIG_SCSI_SNIC_DEBUG_FS) += snic_debugfs.o snic_trc.o
|