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