brintos

brintos / linux-shallow public Read only

0
0
Text · 219 B · 65396f8 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02# $Id: Makefile3 4obj-$(CONFIG_LIBFC) += libfc.o5 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.o16