diff options
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index b5441f5a48fc..93e1428d03fc 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -17,7 +17,7 @@ | |||
17 | CFLAGS_aha152x.o = -DAHA152X_STAT -DAUTOCONF | 17 | CFLAGS_aha152x.o = -DAHA152X_STAT -DAUTOCONF |
18 | CFLAGS_gdth.o = # -DDEBUG_GDTH=2 -D__SERIAL__ -D__COM2__ -DGDTH_STATISTICS | 18 | CFLAGS_gdth.o = # -DDEBUG_GDTH=2 -D__SERIAL__ -D__COM2__ -DGDTH_STATISTICS |
19 | 19 | ||
20 | subdir-$(CONFIG_PCMCIA) += pcmcia | 20 | obj-$(CONFIG_PCMCIA) += pcmcia/ |
21 | 21 | ||
22 | obj-$(CONFIG_SCSI) += scsi_mod.o | 22 | obj-$(CONFIG_SCSI) += scsi_mod.o |
23 | obj-$(CONFIG_SCSI_TGT) += scsi_tgt.o | 23 | obj-$(CONFIG_SCSI_TGT) += scsi_tgt.o |