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

Configure Feed

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

at v3.9-rc3 17 lines 253 B view raw
1obj-$(CONFIG_FCOE_FNIC) += fnic.o 2 3fnic-y := \ 4 fnic_attrs.o \ 5 fnic_isr.o \ 6 fnic_main.o \ 7 fnic_res.o \ 8 fnic_fcs.o \ 9 fnic_scsi.o \ 10 fnic_trace.o \ 11 fnic_debugfs.o \ 12 vnic_cq.o \ 13 vnic_dev.o \ 14 vnic_intr.o \ 15 vnic_rq.o \ 16 vnic_wq_copy.o \ 17 vnic_wq.o