^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) #/*******************************************************************
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) # * This file is part of the Emulex Linux Device Driver for *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # * Fibre Channel Host Bus Adapters. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) # * Copyright (C) 2017-2018 Broadcom. All Rights Reserved. The term *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) # * Copyright (C) 2004-2012 Emulex. All rights reserved. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) # * EMULEX and SLI are trademarks of Emulex. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) # * www.broadcom.com *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) # * *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) # * This program is free software; you can redistribute it and/or *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) # * modify it under the terms of version 2 of the GNU General *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) # * Public License as published by the Free Software Foundation. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) # * This program is distributed in the hope that it will be useful. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) # * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) # * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) # * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) # * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) # * TO BE LEGALLY INVALID. See the GNU General Public License for *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) # * more details, a copy of which can be found in the file COPYING *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) # * included with this package. *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) # *******************************************************************/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) ######################################################################
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) ccflags-$(GCOV) += -O0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) ifdef WARNINGS_BECOME_ERRORS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) ccflags-y += -Werror
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) endif
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) obj-$(CONFIG_SCSI_LPFC) := lpfc.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) lpfc-objs := lpfc_mem.o lpfc_sli.o lpfc_ct.o lpfc_els.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) lpfc_hbadisc.o lpfc_init.o lpfc_mbox.o lpfc_nportdisc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) lpfc_scsi.o lpfc_attr.o lpfc_vport.o lpfc_debugfs.o lpfc_bsg.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) lpfc_nvme.o lpfc_nvmet.o