diff options
Diffstat (limited to 'drivers/scsi/osd/Kbuild')
-rw-r--r-- | drivers/scsi/osd/Kbuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/scsi/osd/Kbuild b/drivers/scsi/osd/Kbuild index 0e207aa67d16..5fd73d77c3af 100644 --- a/drivers/scsi/osd/Kbuild +++ b/drivers/scsi/osd/Kbuild | |||
@@ -11,31 +11,6 @@ | |||
11 | # it under the terms of the GNU General Public License version 2 | 11 | # it under the terms of the GNU General Public License version 2 |
12 | # | 12 | # |
13 | 13 | ||
14 | ifneq ($(OSD_INC),) | ||
15 | # we are built out-of-tree Kconfigure everything as on | ||
16 | |||
17 | CONFIG_SCSI_OSD_INITIATOR=m | ||
18 | ccflags-y += -DCONFIG_SCSI_OSD_INITIATOR -DCONFIG_SCSI_OSD_INITIATOR_MODULE | ||
19 | |||
20 | CONFIG_SCSI_OSD_ULD=m | ||
21 | ccflags-y += -DCONFIG_SCSI_OSD_ULD -DCONFIG_SCSI_OSD_ULD_MODULE | ||
22 | |||
23 | # CONFIG_SCSI_OSD_DPRINT_SENSE = | ||
24 | # 0 - no print of errors | ||
25 | # 1 - print errors | ||
26 | # 2 - errors + warrnings | ||
27 | ccflags-y += -DCONFIG_SCSI_OSD_DPRINT_SENSE=1 | ||
28 | |||
29 | # Uncomment to turn debug on | ||
30 | # ccflags-y += -DCONFIG_SCSI_OSD_DEBUG | ||
31 | |||
32 | # if we are built out-of-tree and the hosting kernel has OSD headers | ||
33 | # then "ccflags-y +=" will not pick the out-off-tree headers. Only by doing | ||
34 | # this it will work. This might break in future kernels | ||
35 | LINUXINCLUDE := -I$(OSD_INC) $(LINUXINCLUDE) | ||
36 | |||
37 | endif | ||
38 | |||
39 | # libosd.ko - osd-initiator library | 14 | # libosd.ko - osd-initiator library |
40 | libosd-y := osd_initiator.o | 15 | libosd-y := osd_initiator.o |
41 | obj-$(CONFIG_SCSI_OSD_INITIATOR) += libosd.o | 16 | obj-$(CONFIG_SCSI_OSD_INITIATOR) += libosd.o |