Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/drivers/tccc/makefile @ 82:d76cc2119c4f
Bob Brose's driver for TC^3 Controller -- Thanks Bob!
author | boisy |
---|---|
date | Mon, 13 May 2002 03:59:20 +0000 |
parents | |
children | 53c50c807d55 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/drivers/tccc/makefile Mon May 13 03:59:20 2002 +0000 @@ -0,0 +1,12 @@ +include ../../../Makefile.rules + +DEPENDS = ./Makefile +DRVRS = tccchd.dr +DESCS = h4.dd +ALLOBJS = $(DRVRS) $(DESCS) + +all: $(ALLOBJS) $(DEPENDS) + +clean: + $(RM) $(ALLOBJS) +