diff options
| -rw-r--r-- | drivers/scsi/lpfc/Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/scsi/lpfc/Makefile b/drivers/scsi/lpfc/Makefile index 88928f00aa2d..5677181c2c93 100644 --- a/drivers/scsi/lpfc/Makefile +++ b/drivers/scsi/lpfc/Makefile @@ -22,6 +22,8 @@  ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage  ccflags-$(GCOV) += -O0 +ccflags-y += -Werror +  obj-$(CONFIG_SCSI_LPFC) := lpfc.o  lpfc-objs := lpfc_mem.o lpfc_sli.o lpfc_ct.o lpfc_els.o lpfc_hbadisc.o	\ | 
