brintos

brintos / linux-shallow public Read only

0
0
Text · 609 B · a8537d7 Raw
19 lines · plain
1#// SPDX-License-Identifier: GPL-2.02#/*3# * Copyright (C) 2021 Broadcom. All Rights Reserved. The term4# * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.5# */6 7 8obj-$(CONFIG_SCSI_EFCT) := efct.o9 10efct-objs := efct/efct_driver.o efct/efct_io.o efct/efct_scsi.o \11	     efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \12	     efct/efct_lio.o efct/efct_unsol.o13 14efct-objs += libefc/efc_cmds.o libefc/efc_domain.o libefc/efc_fabric.o \15	     libefc/efc_node.o libefc/efc_nport.o libefc/efc_device.o \16	     libefc/efclib.o libefc/efc_sm.o libefc/efc_els.o17 18efct-objs += libefc_sli/sli4.o19