
#
# Copyright (c) 1996,1997, by Sun Microsystems, Inc.
# All Rights Reserved
#
#ident	"@(#)Makefile	1.7	97/09/02 SMI"
#

#
# Makefile for the ISP 1020
#
#	This is the version of the ISP available at this time
#	on PCI cards
#
#	If you wish to build the driver for the ISP 1000 (SBUS)
#	version, you can copy Makefile.1000 to Makefile, or
#	run make this way:
#
#		% make -f Makefile.1000
#

TOP= ..

include $(TOP)/Makefile.master

CFLAGS += -DISP1020
DDICTFLAGS += -DISP1020

.KEEP_STATE:

MOD=isp

OBJS=	isp.o

MOD_CONF= $(MOD:%=%.conf)

all: $(MOD)

include $(TOP)/Makefile.driver

CFLAGS += -D$(INST) $(ENVCPPFLAGS1) $(ENVCPPFLAGS2)
