mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08:00
3c5866565f
Use a single set of the hardware description headers instead of having them in the source tree twice. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sreekanth Reddy <sreekanth.reddy@avagotech.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
12 lines
277 B
Makefile
12 lines
277 B
Makefile
# 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 \
|
|
mpt2sas_scsih.o \
|
|
mpt2sas_transport.o \
|
|
mpt2sas_ctl.o
|