Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 315 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_SCSI_SNIC) += snic.o 3 4snic-y := \ 5 snic_attrs.o \ 6 snic_main.o \ 7 snic_res.o \ 8 snic_isr.o \ 9 snic_ctl.o \ 10 snic_io.o \ 11 snic_scsi.o \ 12 snic_disc.o \ 13 vnic_cq.o \ 14 vnic_intr.o \ 15 vnic_dev.o \ 16 vnic_wq.o 17 18snic-$(CONFIG_SCSI_SNIC_DEBUG_FS) += snic_debugfs.o snic_trc.o