aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/Makefile
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2012-03-01 22:36:40 -0500
committerJames Bottomley <JBottomley@Parallels.com>2012-03-27 08:26:31 +0100
commitd438bd3aef8ec96af02f5cba0c43aaffd35c0b46 (patch)
tree68d2fec32579513f63d8c9fe8f12dc157a6cf5c0 /drivers/scsi/lpfc/Makefile
parentd7069f09884ac3924dacaabbc769cc0b4ee6ad40 (diff)
[SCSI] lpfc 8.3.30: Add -Werror compilation flag
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/Makefile')
-rw-r--r--drivers/scsi/lpfc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/Makefile b/drivers/scsi/lpfc/Makefile
index 88928f00aa2..5677181c2c9 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 \