diff options
Diffstat (limited to 'drivers/scsi/libsas/Makefile')
-rw-r--r-- | drivers/scsi/libsas/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/libsas/Makefile b/drivers/scsi/libsas/Makefile index 1ad1323c60fa..2e70140f70c3 100644 --- a/drivers/scsi/libsas/Makefile +++ b/drivers/scsi/libsas/Makefile | |||
@@ -21,10 +21,6 @@ | |||
21 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | 21 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
22 | # USA | 22 | # USA |
23 | 23 | ||
24 | ifeq ($(CONFIG_SCSI_SAS_LIBSAS_DEBUG),y) | ||
25 | EXTRA_CFLAGS += -DSAS_DEBUG | ||
26 | endif | ||
27 | |||
28 | obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o | 24 | obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o |
29 | libsas-y += sas_init.o \ | 25 | libsas-y += sas_init.o \ |
30 | sas_phy.o \ | 26 | sas_phy.o \ |
@@ -36,4 +32,4 @@ libsas-y += sas_init.o \ | |||
36 | sas_scsi_host.o \ | 32 | sas_scsi_host.o \ |
37 | sas_task.o | 33 | sas_task.o |
38 | libsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o | 34 | libsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o |
39 | libsas-$(CONFIG_SCSI_SAS_HOST_SMP) += sas_host_smp.o \ No newline at end of file | 35 | libsas-$(CONFIG_SCSI_SAS_HOST_SMP) += sas_host_smp.o |