view 3rdparty/drivers/flash/makefile @ 1299:1f0995cd0431

REL is now back-ported to OS-9 Level One
author boisy
date Mon, 01 Sep 2003 16:59:50 +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)