# -----------------------------------------------------------------------------
#	multisync monitor drivers Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995 by The SCRDRV Project
#
# -----------------------------------------------------------------------------

include ../../.config

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

OBJECTS = Sony_CPD.o 

include ../../.make_rules

selected: $(MON_TYPE).o
	@echo

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

Sony_CPD.o: Sony_CPD.c

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

include ../../.non_recursive
