comparison 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
comparison
equal deleted inserted replaced
310:4df2bcadf651 311:2ecb9f08c113
1 include ../../../Makefile.rules 1 include ../../../Makefile.rules
2 2
3 DEPENDS = ./Makefile 3 DEPENDS = ./Makefile
4 4
5 DRIVERS = sdisk.dr 5 DRIVERS = sdisk.dr
6 DESCS = d0_35s.dd d0_40d.dd d0_80d.dd \ 6 DESCS = ddd0_35s.dd d0_35s.dd ddd0_40d.dd d0_40d.dd ddd0_80d.dd d0_80d.dd \
7 d1_35s.dd d1_40d.dd d1_80d.dd 7 d1_35s.dd d1_40d.dd d1_80d.dd d2_35s.dd d2_40d.dd d2_80d.dd \
8 d3_35s.dd
8 PROGRAMS = bootfix 9 PROGRAMS = bootfix
9 ALLOBJS = $(DRIVERS) $(DESCS) $(PROGRAMS) 10 ALLOBJS = $(DRIVERS) $(DESCS) $(PROGRAMS)
10 11
11 all: $(ALLOBJS) $(DEPENDS) 12 all: $(ALLOBJS) $(DEPENDS)
12 13