# SDisk OS-9 Level One driver for 1773 and Sardis
#

include ../../Makefile.rules

DEPENDS		= ./Makefile

DRIVERS		= sdisk.dr
DESCS		= #d0_40d.dd
ALLOBJS		= $(DRIVERS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)

