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 v6.2-rc4 18 lines 288 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_FCOE_FNIC) += fnic.o 3 4fnic-y := \ 5 fnic_attrs.o \ 6 fnic_isr.o \ 7 fnic_main.o \ 8 fnic_res.o \ 9 fnic_fcs.o \ 10 fnic_scsi.o \ 11 fnic_trace.o \ 12 fnic_debugfs.o \ 13 vnic_cq.o \ 14 vnic_dev.o \ 15 vnic_intr.o \ 16 vnic_rq.o \ 17 vnic_wq_copy.o \ 18 vnic_wq.o