Update supported PCI ids of efct driver.
[efct-Emulex_FC_Target.git] / Makefile
blob79cc4e57676ed6a6576ff87bc49c2b5e59584d87
1 #/*******************************************************************
2 # * This file is part of the Emulex Linux Device Driver for *
3 # * Fibre Channel Host Bus Adapters. *
4 # * Copyright (C) 2018 Broadcom. All Rights Reserved. The term *
5 # * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. *
6 # * *
7 # * This program is free software; you can redistribute it and/or *
8 # * modify it under the terms of version 2 of the GNU General *
9 # * Public License as published by the Free Software Foundation. *
10 # * This program is distributed in the hope that it will be useful. *
11 # * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
12 # * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
13 # * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
14 # * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
15 # * TO BE LEGALLY INVALID. See the GNU General Public License for *
16 # * more details, a copy of which can be found in the file COPYING *
17 # * included with this package. *
18 # ********************************************************************/
20 obj-$(CONFIG_SCSI_EFCT) := efct.o
22 efct-objs := efct/efct_driver.o efct/efct_io.o efct/efct_scsi.o efct/efct_els.o \
23 efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \
24 efct/efct_utils.o efct/efct_lio.o efct/efct_unsol.o
26 efct-objs += libefc/efc_domain.o libefc/efc_fabric.o libefc/efc_node.o \
27 libefc/efc_sport.o libefc/efc_device.o \
28 libefc/efc_lib.o libefc/efc_sm.o
30 efct-objs += libefc_sli/sli4.o