view 3rdparty/drivers/tccc/makefile @ 1616:04bd37a4ba38

Added newer english language error messages; added code to talk directly to 6551 for possible system debugger.
author boisy
date Wed, 23 Jun 2004 21:11:39 +0000
parents 53c50c807d55
children e4a0f58a5f9b
line wrap: on
line source

include ../../../rules.mak

DEPENDS		= ./makefile
DRVRS		= tccchd.dr
DESCS           = h4.dd
ALLOBJS		= $(DRVRS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)