diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-01-25 10:24:14 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 13:58:09 -0400 |
commit | 68274794c69991121eaf0a4a35b78aa7f088ec2c (patch) | |
tree | 3edac7eaccd745ebc33fdd4080ee9a22ab9c3cab /drivers/scsi/Makefile | |
parent | 6864abd8b730435d6ae9cb061095229a5a85153f (diff) |
[SCSI] scsi: Add osd library to build system
OSD in kernel source code is assumed to be at:
drivers/scsi/osd/ with its own Makefile and Kconfig
Add includes to them from drivers/scsi Makefile and Kconfig
Add OSD to MAINTAINERS file
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Reviewed-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 7461eb09a031..05558b170419 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -137,6 +137,8 @@ obj-$(CONFIG_CHR_DEV_SG) += sg.o | |||
137 | obj-$(CONFIG_CHR_DEV_SCH) += ch.o | 137 | obj-$(CONFIG_CHR_DEV_SCH) += ch.o |
138 | obj-$(CONFIG_SCSI_ENCLOSURE) += ses.o | 138 | obj-$(CONFIG_SCSI_ENCLOSURE) += ses.o |
139 | 139 | ||
140 | obj-$(CONFIG_SCSI_OSD_INITIATOR) += osd/ | ||
141 | |||
140 | # This goes last, so that "real" scsi devices probe earlier | 142 | # This goes last, so that "real" scsi devices probe earlier |
141 | obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o | 143 | obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o |
142 | 144 | ||