diff options
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 0b5489bdf..617c80f5a 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -110,6 +110,14 @@ else endif endif +ifeq ($(CONFIG_SCSI_SGIWD93),y) +L_OBJS += sgiwd93.o wd33c93.o +else + ifeq ($(CONFIG_SCSI_SGIWD93),m) + M_OBJS += sgiwd93.o wd33c93.o + endif +endif + ifeq ($(CONFIG_ATARI_SCSI),y) L_OBJS += atari_scsi.o else |