From 72deb52b806925d6a67864e38da980b7c2d4265b Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Mon, 15 Dec 1997 22:29:44 +0000 Subject: added support for the jazz scsi controller --- drivers/scsi/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/scsi/Makefile') 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 -- cgit v1.2.3