Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/sdisk/makefile @ 311:2ecb9f08c113
Added DD descriptors, d2 and d3 descriptors
author | boisy |
---|---|
date | Tue, 23 Jul 2002 14:16:03 +0000 |
parents | 3960e63fd9f7 |
children | 53c50c807d55 |
line wrap: on
line source
include ../../../Makefile.rules 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)