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 v5.2-rc6 15 lines 219 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# $Id: Makefile 3 4obj-$(CONFIG_LIBFC) += libfc.o 5 6libfc-objs := \ 7 fc_libfc.o \ 8 fc_disc.o \ 9 fc_exch.o \ 10 fc_elsct.o \ 11 fc_frame.o \ 12 fc_lport.o \ 13 fc_rport.o \ 14 fc_fcp.o \ 15 fc_npiv.o