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

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

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

DEPENDS		= ./makefile
DRVRS		= bb1fhdisk.dr bb1hd.dr bb1hdisk.dr bb1th.dr bb1thdisk.dr \
		bbhd.dr bbxfhdisk.dr bbxhdisk.dr \
		bbxthd.dr bkfhdisk.dr bbfhdisk.dr bbhdisk.dr
DESCS		=

ALLOBJS		= $(DRVRS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)