view 3rdparty/drivers/tccc/makefile @ 3169:1ff3d7673e36

mc09 l2: bring sys/makefile in line with latest organisation for other platforms Revise bootfiles/makefile to remove sysgo from bootfile - it can be found on the root of the disk.
author Neal Crook <foofoobedoo@gmail.com>
date Mon, 17 Apr 2017 22:59:28 +0100
parents 1addfd8c9d5f
children 092ee7d76271
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)