summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/mpt2sas/Makefile')
-rw-r--r--drivers/scsi/mpt2sas/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/mpt2sas/Makefile b/drivers/scsi/mpt2sas/Makefile
index 728f0475711d..2ac2fc30a00d 100644
--- a/drivers/scsi/mpt2sas/Makefile
+++ b/drivers/scsi/mpt2sas/Makefile
@@ -1,4 +1,8 @@
# mpt2sas makefile
+
+# share the official mpi headers from the mpt3sas driver
+ccflags-y += -I$(src)/../mpt3sas
+
obj-$(CONFIG_SCSI_MPT2SAS) += mpt2sas.o
mpt2sas-y += mpt2sas_base.o \
mpt2sas_config.o \