view 3rdparty/drivers/flash/makefile @ 211:92e74a9cd8dd

Start of V02.01.00 release README
author boisy
date Mon, 15 Jul 2002 20:48:30 +0000
parents 6641a883d6b0
children 53c50c807d55
line wrap: on
line source

include ../../../Makefile.rules

DEPENDS		= ./Makefile

DRIVERS		= flashpak.dr
DESCS		= f0.dd
ALLOBJS		= $(DRIVERS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)