# -----------------------------------------------------------------------------
#	BrookTree ramdac drivers Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995 by The SCRDRV Project
#
# -----------------------------------------------------------------------------

include ../../.config

#DEBUGFLAGS = -DDEBUG
INCLUDEDIR = ../../include

OBJECTS = bt485.o

include ../../.make_rules

selected: $(DAC_TYPE).o

# -----------------------------------------------------------------------------
#	The driver rules.
# -----------------------------------------------------------------------------

bt485.o: bt485.c

# -----------------------------------------------------------------------------

include ./../../.non_recursive
include .depend
