#
# Makefile for the Qlogic fibre channel drivers
#

# The target object and module list name.
obj-y	:=
obj-m	:=
obj-n	:=
obj-	:=

O_TARGET	:= dxr3.o

# Objects that export symbols.

export-objs	:= 

# To use if driver has more than one file
list-multi := em8300.o

em8300-objs := em8300_main.o em8300_i2c.o em8300_audio.o em8300_fifo.o \
	   em8300_video.o em8300_misc.o em8300_dicom.o em8300_ucode.o \
	   em8300_ioctl.o em8300_spu.o em9010.o

# Object file lists.

obj-$(CONFIG_EM8300)	+= em8300.o
obj-$(CONFIG_ADV717X)	+= adv717x.o
obj-$(CONFIG_BT865)	+= bt865.o

# The global Rules.make.

include $(TOPDIR)/Rules.make

em8300.o: $(em8300-objs)
	$(LD) -r -o $@ $(em8300-objs)
