#
# Makefile for the Qlogic fibre channel drivers
#

# The target object and module list name.

O_TARGET	:= qla.o

# Objects that export symbols.

export-objs	:= 

# Object file lists.

obj-y	:=
obj-m	:=
obj-n	:=
obj-	:=

EXTRA_CFLAGS := -I../../drivers/scsi
obj-$(CONFIG_FC_QLA2200)	+= qla2200.o
obj-$(CONFIG_FC_QLA2300)	+= qla2300.o

# The global Rules.make.

include $(TOPDIR)/Rules.make

