diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2007-12-28 23:35:17 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-12 01:29:11 +0100 |
commit | b98e66fa0b687149dc3b26179096dc542c7d5001 (patch) | |
tree | d08e0192f53ef4fc0655b38835f2beb9e3c826cb /drivers/scsi/libsas/Makefile | |
parent | [SCSI] mpt fusion: make mptsas_smp_handler update resid (diff) | |
download | linux-b98e66fa0b687149dc3b26179096dc542c7d5001.tar.xz linux-b98e66fa0b687149dc3b26179096dc542c7d5001.zip |
[SCSI] libsas: add host SMP processing
This adds support for host side SMP processing, via a separate
SMP interpreter file.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/libsas/Makefile')
-rw-r--r-- | drivers/scsi/libsas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libsas/Makefile b/drivers/scsi/libsas/Makefile index fd387b91856e..60d6e93dd949 100644 --- a/drivers/scsi/libsas/Makefile +++ b/drivers/scsi/libsas/Makefile @@ -35,3 +35,4 @@ libsas-y += sas_init.o \ sas_expander.o \ sas_scsi_host.o libsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o +libsas-$(CONFIG_SCSI_SAS_HOST_SMP) += sas_host_smp.o
\ No newline at end of file |