aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/Makefile
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2007-12-28 16:35:17 -0600
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-01-11 18:29:11 -0600
commitb98e66fa0b687149dc3b26179096dc542c7d5001 (patch)
treed08e0192f53ef4fc0655b38835f2beb9e3c826cb /drivers/scsi/libsas/Makefile
parent[SCSI] mpt fusion: make mptsas_smp_handler update resid (diff)
downloadlinux-dev-b98e66fa0b687149dc3b26179096dc542c7d5001.tar.xz
linux-dev-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/Makefile1
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