Back to home page

OSCL-LXR

 
 

    


0001 #// SPDX-License-Identifier: GPL-2.0
0002 #/*
0003 # * Copyright (C) 2021 Broadcom. All Rights Reserved. The term
0004 # * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
0005 # */
0006 
0007 
0008 obj-$(CONFIG_SCSI_EFCT) := efct.o
0009 
0010 efct-objs := efct/efct_driver.o efct/efct_io.o efct/efct_scsi.o \
0011              efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \
0012              efct/efct_lio.o efct/efct_unsol.o
0013 
0014 efct-objs += libefc/efc_cmds.o libefc/efc_domain.o libefc/efc_fabric.o \
0015              libefc/efc_node.o libefc/efc_nport.o libefc/efc_device.o \
0016              libefc/efclib.o libefc/efc_sm.o libefc/efc_els.o
0017 
0018 efct-objs += libefc_sli/sli4.o