Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/sdisk/makefile @ 1652:558cab468052
RG fixed a bug in the Vavasour emulator clock2 module.
clock2 is now of type Sbrtn instead of Systm. clock.asm has been modified
to link to this type.
author | boisy |
---|---|
date | Sat, 17 Jul 2004 12:20:31 +0000 (2004-07-17) |
parents | 53c50c807d55 |
children | e4a0f58a5f9b |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DRIVERS = sdisk.dr DESCS = ddd0_35s.dd d0_35s.dd ddd0_40d.dd d0_40d.dd ddd0_80d.dd d0_80d.dd \ d1_35s.dd d1_40d.dd d1_80d.dd d2_35s.dd d2_40d.dd d2_80d.dd \ d3_35s.dd PROGRAMS = bootfix ALLOBJS = $(DRIVERS) $(DESCS) $(PROGRAMS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)