#
# Makefile for Tekram dc395x
#

# The target object and module list name.

# O_TARGET	:= dc395x_trm.o

# Objects that export symbols.

export-objs	:=

# Object file lists.

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

# We need that because we aren't in the scsi directory
# FIXME: We should be using CFLAGS += blah
#        or CFLAGS_dc395x_trm, but none of them are working :(

EXTRA_CFLAGS = -I$(TOPDIR)/drivers/scsi

# Each configuration option enables a list of files.

obj-$(CONFIG_DC395X_TRM)	+= dc395x_trm.o

# The global Rules.make.

include $(TOPDIR)/Rules.make

