# -----------------------------------------------------------------------------
#	fixed frequency clock chip driver Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995 by The SCRDRV project
#
# -----------------------------------------------------------------------------

include ../../.config

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

OBJECTS = vga.o	gendac.o

include ../../.make_rules

selected: $(CLK_TYPE).o
	@echo

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

vga.o:  vga.c

gendac.o: gendac.c

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

include ../../.non_recursive
