
O_TARGET	:= built-in.o

export-objs	:= dc395x_trm.o

# 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

obj-$(CONFIG_DC395X_TRM)	+= dc395x_trm.o

include $(TOPDIR)/Rules.make

