# -----------------------------------------------------------------------------
#	S3 chipset drivers Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995 by The SCRDRV Project
#
# -----------------------------------------------------------------------------

include ../../.config

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

OBJECTS = Vision964.o

include ../../.make_rules

selected: $(CHIP_TYPE).o
	@echo

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

Vision964.o: Vision964.c

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

include ../../.non_recursive
