James Smart | 6f84c11 | 2021-06-01 16:55:11 -0700 | [diff] [blame] | 1 | #// SPDX-License-Identifier: GPL-2.0 |
| 2 | #/* |
| 3 | # * Copyright (C) 2021 Broadcom. All Rights Reserved. The term |
| 4 | # * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. |
| 5 | # */ |
| 6 | |
| 7 | |
| 8 | obj-$(CONFIG_SCSI_EFCT) := efct.o |
| 9 | |
| 10 | efct-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.o |
| 13 | |
| 14 | efct-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.o |
| 17 | |
| 18 | efct-objs += libefc_sli/sli4.o |