Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c586656 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin K. Petersen
Browse files

mpt2sas: Use mpi headers from mpt3sas



Use a single set of the hardware description headers instead of having
them in the source tree twice.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarSreekanth Reddy <sreekanth.reddy@avagotech.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 2a188cb4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# 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    \
Loading