Makefile 609 B

123456789101112131415161718
  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. obj-$(CONFIG_SCSI_EFCT) := efct.o
  7. efct-objs := efct/efct_driver.o efct/efct_io.o efct/efct_scsi.o \
  8. efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \
  9. efct/efct_lio.o efct/efct_unsol.o
  10. efct-objs += libefc/efc_cmds.o libefc/efc_domain.o libefc/efc_fabric.o \
  11. libefc/efc_node.o libefc/efc_nport.o libefc/efc_device.o \
  12. libefc/efclib.o libefc/efc_sm.o libefc/efc_els.o
  13. efct-objs += libefc_sli/sli4.o