comparison level2/coco3/modules/makefile @ 2689:80d85940d03b lwtools-port

Fixed screwed up merge
author Boisy Pitre <boisy.pitre@nuance.com>
date Wed, 18 Jul 2012 20:28:37 -0500
parents 8d9ca53903e3
children 751d66d618c3
comparison
equal deleted inserted replaced
2688:8d9ca53903e3 2689:80d85940d03b
3 3
4 vpath %.asm kernel:$(LEVEL2)/modules:$(LEVEL1)/modules 4 vpath %.asm kernel:$(LEVEL2)/modules:$(LEVEL1)/modules
5 5
6 AFLAGS += -I$(LEVEL1)/modules 6 AFLAGS += -I$(LEVEL1)/modules
7 7
8 CLOCKELIM = -aRTCElim=1 8 CLOCKELIM = -DRTCElim=1
9 CLOCKDISTO2 = -aRTCDsto2=1 9 CLOCKDISTO2 = -DRTCDsto2=1
10 CLOCKDISTO4 = -aRTCDsto4=1 10 CLOCKDISTO4 = -DRTCDsto4=1
11 CLOCKBNB = -aRTCBB=1 11 CLOCKBNB = -DRTCBB=1
12 CLOCKSMART = -aRTCSmart=1 -aMPIFlag=1 12 CLOCKSMART = -DRTCSmart=1 -DMPIFlag=1
13 CLOCKHARRIS = -aRTCHarrs=1 13 CLOCKHARRIS = -DRTCHarrs=1
14 CLOCKCLOUD9 = -aRTCCloud9=1 14 CLOCKCLOUD9 = -DRTCCloud9=1
15 CLOCKSOFT = -aRTCSoft=1 15 CLOCKSOFT = -DRTCSoft=1
16 CLOCKMESSEMU = -aRTCMessEmu=1 16 CLOCKMESSEMU = -DRTCMessEmu=1
17 CLOCKJVEMU = -aRTCJVEmu=1 17 CLOCKJVEMU = -DRTCJVEmu=1
18 TC3FLAGS = $(AFLAGS) -aTC3=1 $(FLAGS) 18 TC3FLAGS = $(AFLAGS) -DTC3=1 $(FLAGS)
19 IDEFLAGS = $(AFLAGS) -aIDE=1 $(FLAGS) 19 IDEFLAGS = $(AFLAGS) -DIDE=1 $(FLAGS)
20 20
21 DEPENDS = ./makefile 21 DEPENDS = ./makefile
22 TPB = $(3RDPARTY)/booters 22 TPB = $(3RDPARTY)/booters
23 23
24 BOOTERS = boot_1773_6ms boot_1773_30ms \ 24 BOOTERS = boot_1773_6ms boot_1773_30ms \
63 v6.dw v7.dw \ 63 v6.dw v7.dw \
64 scdwn.dr term_scdwn.dt n_scdwn.dd \ 64 scdwn.dr term_scdwn.dt n_scdwn.dd \
65 n1_scdwn.dd n2_scdwn.dd n3_scdwn.dd \ 65 n1_scdwn.dd n2_scdwn.dd n3_scdwn.dd \
66 n4_scdwn.dd n5_scdwn.dd n6_scdwn.dd n7_scdwn.dd \ 66 n4_scdwn.dd n5_scdwn.dd n6_scdwn.dd n7_scdwn.dd \
67 n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd n11_scdwn.dd \ 67 n8_scdwn.dd n9_scdwn.dd n10_scdwn.dd n11_scdwn.dd \
68 n12_scdwn.dd n13_scdwn.dd midi_scdwn.dd \ 68 n12_scdwn.dd n13_scdwn.dd midi_scdwn.dd
69 term_z_scdwn.dd \
70 z1_scdwn.dd z2_scdwn.dd z3_scdwn.dd z4_scdwn.dd z5_scdwn.dd \
71 z6_scdwn.dd z7_scdwn.dd
72 69
73 PIPE = pipeman.mn pipeman_named.mn \ 70 PIPE = pipeman.mn pipeman_named.mn \
74 piper.dr \ 71 piper.dr \
75 pipe.dd 72 pipe.dd
76 73
103 boot_ide: boot_ide.asm 100 boot_ide: boot_ide.asm
104 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) 101 $(AS) $(ASOUT)$@ $< $(IDEFLAGS)
105 102
106 # DriveWire 3 Becker Booter 103 # DriveWire 3 Becker Booter
107 boot_dw3_becker: boot_dw3.asm 104 boot_dw3_becker: boot_dw3.asm
108 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBECKER=1 105 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1
109 106
110 # DriveWire 3 Becker Submodule 107 # DriveWire 3 Becker Submodule
111 dw3_becker.sb: dw3.asm 108 dw3_becker.sb: dw3.asm
112 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBECKER=1 109 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DBECKER=1
113 110
114 # CoGrf/CoVDG Modules 111 # CoGrf/CoVDG Modules
115 cogrf.io: cowin.asm 112 cogrf.io: cowin.asm
116 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aCoGrf=1 113 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DCoGrf=1
117 114
118 covdg.io: covdg.asm 115 covdg.io: covdg.asm
119 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aCOCO2=1 116 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCOCO2=1
120 117
121 covdg_small.io: covdg.asm 118 covdg_small.io: covdg.asm
122 $(AS) $(AFLAGS) $(ASOUT)$@ $< 119 $(AS) $(AFLAGS) $(ASOUT)$@ $<
123 120
124 # Disto SC-II Drivers 121 # Disto SC-II Drivers
125 rb1773_scii_ff74.dr: rb1773.asm 122 rb1773_scii_ff74.dr: rb1773.asm
126 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1 123 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1
127 124
128 rb1773_scii_ff58.dr: rb1773.asm 125 rb1773_scii_ff58.dr: rb1773.asm
129 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1 -aSCIIALT=1 126 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 -DSCIIALT=1
130 127
131 # REL Modules 128 # REL Modules
132 rel_32: rel.asm 129 rel_32: rel.asm
133 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=32 130 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32
134 131
135 rel_40: rel.asm 132 rel_40: rel.asm
136 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=40 133 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40
137 134
138 rel_80: rel.asm 135 rel_80: rel.asm
139 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=80 136 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80
140 137
141 rel_32_50hz: rel.asm 138 rel_32_50hz: rel.asm
142 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=32 -aTkPerSec=50 139 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 -DTkPerSec=50
143 140
144 rel_40_50hz: rel.asm 141 rel_40_50hz: rel.asm
145 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=40 -aTkPerSec=50 142 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=40 -DTkPerSec=50
146 143
147 rel_80_50hz: rel.asm 144 rel_80_50hz: rel.asm
148 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=80 -aTkPerSec=50 145 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 -DTkPerSec=50
149 146
150 # Floppy Booters 147 # Floppy Booters
151 boot_1773_6ms: boot_1773.asm 148 boot_1773_6ms: boot_1773.asm
152 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSTEP=0 149 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=0
153 150
154 boot_1773_30ms: boot_1773.asm 151 boot_1773_30ms: boot_1773.asm
155 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSTEP=3 152 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=3
156 153
157 # SysGo Modules 154 # SysGo Modules
158 sysgo_dd: sysgo.asm 155 sysgo_dd: sysgo.asm
159 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 156 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1
160 157
161 sysgo_h0: sysgo.asm 158 sysgo_h0: sysgo.asm
162 $(AS) $< $(ASOUT)$@ $(AFLAGS) 159 $(AS) $< $(ASOUT)$@ $(AFLAGS)
163 160
164 sysgo_rom: sysgo.asm 161 sysgo_rom: sysgo.asm
165 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aROM=1 162 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DROM=1
166 163
167 # TC^3 SCSI Driver 164 # TC^3 SCSI Driver
168 lltc3.dr: llscsi.asm 165 lltc3.dr: llscsi.asm
169 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) 166 $(AS) $(ASOUT)$@ $< $(TC3FLAGS)
170 167
171 # IDE Driver 168 # IDE Driver
172 llide.dr: llide.asm 169 llide.dr: llide.asm
173 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) 170 $(AS) $(ASOUT)$@ $< $(IDEFLAGS)
174 171
175 # Floppy descriptors 172 # Floppy descriptors
176 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ 173 SSDD35 = -DCyls=35 -DSides=1 -DSectTrk=18 -DSectTrk0=18 \
177 -aInterlv=3 -aSAS=8 -aDensity=1 174 -DInterlv=3 -DSAS=8 -DDensity=1
178 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ 175 DSDD40 = -DCyls=40 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \
179 -aInterlv=3 -aSAS=8 -aDensity=1 176 -DInterlv=3 -DSAS=8 -DDensity=1
180 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ 177 DSDD80 = -DCyls=80 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \
181 -aInterlv=3 -aSAS=8 -aDensity=1 -aD35 178 -DInterlv=3 -DSAS=8 -DDensity=1 -DD35
182 179
183 ddd0_35s.dd: rb1773desc.asm 180 ddd0_35s.dd: rb1773desc.asm
184 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0 -aDD=1 181 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0 -DDD=1
185 182
186 d0_35s.dd: rb1773desc.asm 183 d0_35s.dd: rb1773desc.asm
187 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0 184 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=0
188 185
189 d1_35s.dd: rb1773desc.asm 186 d1_35s.dd: rb1773desc.asm
190 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=1 187 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=1
191 188
192 d2_35s.dd: rb1773desc.asm 189 d2_35s.dd: rb1773desc.asm
193 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=2 190 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=2
194 191
195 d3_35s.dd: rb1773desc.asm 192 d3_35s.dd: rb1773desc.asm
196 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=3 193 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -DDNum=3
197 194
198 ddd0_40d.dd: rb1773desc.asm 195 ddd0_40d.dd: rb1773desc.asm
199 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aDD=1 196 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0 -DDD=1
200 197
201 d0_40d.dd: rb1773desc.asm 198 d0_40d.dd: rb1773desc.asm
202 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 199 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=0
203 200
204 d1_40d.dd: rb1773desc.asm 201 d1_40d.dd: rb1773desc.asm
205 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1 202 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=1
206 203
207 d2_40d.dd: rb1773desc.asm 204 d2_40d.dd: rb1773desc.asm
208 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=2 205 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -DDNum=2
209 206
210 ddd0_80d.dd: rb1773desc.asm 207 ddd0_80d.dd: rb1773desc.asm
211 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 -aDD=1 208 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0 -DDD=1
212 209
213 d0_80d.dd: rb1773desc.asm 210 d0_80d.dd: rb1773desc.asm
214 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 211 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=0
215 212
216 d1_80d.dd: rb1773desc.asm 213 d1_80d.dd: rb1773desc.asm
217 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=1 214 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=1
218 215
219 d2_80d.dd: rb1773desc.asm 216 d2_80d.dd: rb1773desc.asm
220 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2 217 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -DDNum=2
221 218
222 # RAM Disk descriptors 219 # RAM Disk descriptors
223 r0_8k.dd: r0.asm 220 r0_8k.dd: r0.asm
224 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=8 221 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8
225 222
226 ddr0_8k.dd: r0.asm 223 ddr0_8k.dd: r0.asm
227 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=8 -aDD=1 224 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=8 -DDD=1
228 225
229 r0_96k.dd: r0.asm 226 r0_96k.dd: r0.asm
230 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=96 227 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96
231 228
232 ddr0_96k.dd: r0.asm 229 ddr0_96k.dd: r0.asm
233 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=96 -aDD=1 230 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=96 -DDD=1
234 231
235 r0_128k.dd: r0.asm 232 r0_128k.dd: r0.asm
236 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=128 233 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128
237 234
238 ddr0_128k.dd: r0.asm 235 ddr0_128k.dd: r0.asm
239 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=128 -aDD=1 236 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=128 -DDD=1
240 237
241 r0_192k.dd: r0.asm 238 r0_192k.dd: r0.asm
242 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 239 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192
243 240
244 ddr0_192k.dd: r0.asm 241 ddr0_192k.dd: r0.asm
245 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 -aDD=1 242 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 -DDD=1
246 243
247 # DriveWire 3 SCF descriptors 244 # DriveWire 3 SCF descriptors
248 term_scdwn.dt: scdwndesc.asm 245 term_scdwn.dt: scdwndesc.asm
249 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=0 246 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=0
250 247
251 n_scdwn.dd: scdwndesc.asm 248 n_scdwn.dd: scdwndesc.asm
252 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=255 249 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=255
253 250
254 n1_scdwn.dd: scdwndesc.asm 251 n1_scdwn.dd: scdwndesc.asm
255 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=1 252 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=1
256 253
257 n2_scdwn.dd: scdwndesc.asm 254 n2_scdwn.dd: scdwndesc.asm
258 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=2 255 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=2
259 256
260 n3_scdwn.dd: scdwndesc.asm 257 n3_scdwn.dd: scdwndesc.asm
261 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=3 258 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=3
262 259
263 n4_scdwn.dd: scdwndesc.asm 260 n4_scdwn.dd: scdwndesc.asm
264 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=4 261 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=4
265 262
266 n5_scdwn.dd: scdwndesc.asm 263 n5_scdwn.dd: scdwndesc.asm
267 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=5 264 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=5
268 265
269 n6_scdwn.dd: scdwndesc.asm 266 n6_scdwn.dd: scdwndesc.asm
270 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=6 267 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=6
271 268
272 n7_scdwn.dd: scdwndesc.asm 269 n7_scdwn.dd: scdwndesc.asm
273 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=7 270 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=7
274 271
275 n8_scdwn.dd: scdwndesc.asm 272 n8_scdwn.dd: scdwndesc.asm
276 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=8 273 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=8
277 274
278 n9_scdwn.dd: scdwndesc.asm 275 n9_scdwn.dd: scdwndesc.asm
279 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=9 276 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=9
280 277
281 n10_scdwn.dd: scdwndesc.asm 278 n10_scdwn.dd: scdwndesc.asm
282 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=10 279 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=10
283 280
284 n11_scdwn.dd: scdwndesc.asm 281 n11_scdwn.dd: scdwndesc.asm
285 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=11 282 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=11
286 283
287 n12_scdwn.dd: scdwndesc.asm 284 n12_scdwn.dd: scdwndesc.asm
288 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=12 285 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=12
289 286
290 n13_scdwn.dd: scdwndesc.asm 287 n13_scdwn.dd: scdwndesc.asm
291 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=13 288 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=13
292 289
293 midi_scdwn.dd: scdwndesc.asm 290 midi_scdwn.dd: scdwndesc.asm
294 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=14 291 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=14
295
296 term_z_scdwn.dd: scdwndesc.asm
297 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=16
298
299 z1_scdwn.dd: scdwndesc.asm
300 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=17
301
302 z2_scdwn.dd: scdwndesc.asm
303 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=18
304
305 z3_scdwn.dd: scdwndesc.asm
306 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=19
307
308 z4_scdwn.dd: scdwndesc.asm
309 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=20
310
311 z5_scdwn.dd: scdwndesc.asm
312 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=21
313
314 z6_scdwn.dd: scdwndesc.asm
315 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=22
316
317 z7_scdwn.dd: scdwndesc.asm
318 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aAddr=23
319 292
320 # DriveWire 3 RBF descriptors 293 # DriveWire 3 RBF descriptors
321 ddx0.dd: dwdesc.asm 294 ddx0.dd: dwdesc.asm
322 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 295 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0
323 296
324 x0.dd: dwdesc.asm 297 x0.dd: dwdesc.asm
325 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 298 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0
326 299
327 x1.dd: dwdesc.asm 300 x1.dd: dwdesc.asm
328 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=1 301 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1
329 302
330 x2.dd: dwdesc.asm 303 x2.dd: dwdesc.asm
331 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=2 304 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2
332 305
333 x3.dd: dwdesc.asm 306 x3.dd: dwdesc.asm
334 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=3 307 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3
335 308
336 # TC^3 SCSI Descriptors 309 # TC^3 SCSI Descriptors
337 dds0_tc3.dd: superdesc.asm 310 dds0_tc3.dd: superdesc.asm
338 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) -aDD=1 311 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) -DDD=1
339 312
340 s0_tc3.dd: superdesc.asm 313 s0_tc3.dd: superdesc.asm
341 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) $(SCSI_HD) 314 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(ID0) $(SCSI_HD)
342 315
343 s1_tc3.dd: superdesc.asm 316 s1_tc3.dd: superdesc.asm
361 sh_tc3.dd: superdesc.asm 334 sh_tc3.dd: superdesc.asm
362 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(HDBDOS) 335 $(AS) $(ASOUT)$@ $< $(TC3FLAGS) $(HDBDOS)
363 336
364 # IDE Descriptors 337 # IDE Descriptors
365 ddi0_ide.dd: superdesc.asm 338 ddi0_ide.dd: superdesc.asm
366 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) -aDD=1 339 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) -DDD=1
367 340
368 i0_ide.dd: superdesc.asm 341 i0_ide.dd: superdesc.asm
369 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER) 342 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(MASTER)
370 343
371 i1_ide.dd: superdesc.asm 344 i1_ide.dd: superdesc.asm
374 ih_ide.dd: superdesc.asm 347 ih_ide.dd: superdesc.asm
375 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(HDBDOS) 348 $(AS) $(ASOUT)$@ $< $(IDEFLAGS) $(HDBDOS)
376 349
377 # RFM descriptors 350 # RFM descriptors
378 ddy0.dd: rfmdesc.asm 351 ddy0.dd: rfmdesc.asm
379 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 352 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0
380 353
381 y0.dd: rfmdesc.asm 354 y0.dd: rfmdesc.asm
382 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 355 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0
383 356
384 y1.dd: rfmdesc.asm 357 y1.dd: rfmdesc.asm
385 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=1 358 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1
386 359
387 y2.dd: rfmdesc.asm 360 y2.dd: rfmdesc.asm
388 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=2 361 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=2
389 362
390 y3.dd: rfmdesc.asm 363 y3.dd: rfmdesc.asm
391 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=3 364 $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=3
392 365
393 # Clocks 366 # Clocks
394 clock_60hz: clock.asm 367 clock_60hz: clock.asm
395 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=60 368 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=60
396 369
397 clock_50hz: clock.asm 370 clock_50hz: clock.asm
398 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=50 371 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DPwrLnFrq=50
399 372
400 clock2_cloud9: clock2_ds1315.asm 373 clock2_cloud9: clock2_ds1315.asm
401 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aCLOUD9=1 374 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DCLOUD9=1
402 375
403 clock2_bnb: clock2_ds1315.asm 376 clock2_bnb: clock2_ds1315.asm
404 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aBNB=1 377 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBNB=1
405 378
406 clock2_dw3_becker: clock2_dw3.asm 379 clock2_dw3_becker: clock2_dw3.asm
407 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aBECKER=1 380 $(AS) $(AFLAGS) $(ASOUT)$@ $< -DBECKER=1
408 381
409 clean: 382 clean:
410 $(CD) kernel; make $@ 383 $(CD) kernel; make $@
411 $(RM) $(ALLOBJS) 384 $(RM) $(ALLOBJS)
412 385