view 3rdparty/drivers/s16550/makefile @ 920:cfed0d7751f3

Added basic09, cc and runb to the user's guide
author roug
date Sun, 19 Jan 2003 12:02:27 +0000 (2003-01-19)
parents 6641a883d6b0
children 53c50c807d55
line wrap: on
line source
include ../../../Makefile.rules

DEPENDS		= ./Makefile

DRIVERS		= s16550_large.dr
DESCS		= t2_s16550.dd
ALLOBJS		= $(DRIVERS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)