diff options
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 28c11f7b6..b7d5c5814 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -588,6 +588,10 @@ ifeq ($(CONFIG_JAZZ_ESP),y) L_OBJS += NCR53C9x.o jazz_esp.o endif +ifeq ($(CONFIG_SCSI_DECNCR),y) +L_OBJS += NCR53C9x.o dec_esp.o +endif + include $(TOPDIR)/Rules.make 53c8xx_d.h: 53c7,8xx.scr script_asm.pl |