view 3rdparty/drivers/s16550/makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents 6641a883d6b0
children e4a0f58a5f9b
line wrap: on
line source

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

DEPENDS		= ./makefile

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

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)