Back to home page

OSCL-LXR

 
 

    


0001 #/*******************************************************************
0002 # * This file is part of the Emulex Linux Device Driver for         *
0003 # * Fibre Channel Host Bus Adapters.                                *
0004 # * Copyright (C) 2017-2018 Broadcom. All Rights Reserved. The term *
0005 # * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.     *
0006 # * Copyright (C) 2004-2012 Emulex.  All rights reserved.           *
0007 # * EMULEX and SLI are trademarks of Emulex.                        *
0008 # * www.broadcom.com                                                *
0009 # *                                                                 *
0010 # * This program is free software; you can redistribute it and/or   *
0011 # * modify it under the terms of version 2 of the GNU General       *
0012 # * Public License as published by the Free Software Foundation.    *
0013 # * This program is distributed in the hope that it will be useful. *
0014 # * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND          *
0015 # * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,  *
0016 # * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE      *
0017 # * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
0018 # * TO BE LEGALLY INVALID.  See the GNU General Public License for  *
0019 # * more details, a copy of which can be found in the file COPYING  *
0020 # * included with this package.                                     *
0021 # *******************************************************************/
0022 ######################################################################
0023 
0024 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
0025 ccflags-$(GCOV) += -O0
0026 
0027 ifdef WARNINGS_BECOME_ERRORS
0028 ccflags-y += -Werror
0029 endif
0030 
0031 obj-$(CONFIG_SCSI_LPFC) := lpfc.o
0032 
0033 lpfc-objs := lpfc_mem.o lpfc_sli.o lpfc_ct.o lpfc_els.o \
0034         lpfc_hbadisc.o  lpfc_init.o lpfc_mbox.o lpfc_nportdisc.o   \
0035         lpfc_scsi.o lpfc_attr.o lpfc_vport.o lpfc_debugfs.o lpfc_bsg.o \
0036         lpfc_nvme.o lpfc_nvmet.o lpfc_vmid.o