summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-12-15 22:29:44 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-12-15 22:29:44 +0000
commit72deb52b806925d6a67864e38da980b7c2d4265b (patch)
treef336c94b36b5fb5d0c1908236d8d38520d77e192 /drivers/scsi/Makefile
parentc824d6fb35152168d56900c29f8a24ffbddde9b5 (diff)
added support for the jazz scsi controller
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r--drivers/scsi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile
index eefb74fe4..73da5128f 100644
--- a/drivers/scsi/Makefile
+++ b/drivers/scsi/Makefile
@@ -463,6 +463,10 @@ else
endif
endif
+ifeq ($(CONFIG_JAZZ_ESP),y)
+L_OBJS += esp.o jazz_esp.o
+endif
+
include $(TOPDIR)/Rules.make
BusLogic.o: BusLogic.c FlashPoint.c