view 3rdparty/drivers/burke/makefile @ 2615:530759e9f289

Added ccbkrn from Brett Gordon (level 2 only for now)
author Boisy Pitre <boisy.pitre@nuance.com>
date Mon, 06 Feb 2012 15:51:13 -0600
parents 53c50c807d55
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)