Mercurial > hg > Members > kono > nitros9-code
annotate level2/modules/makefile @ 1631:ec6fb5543b22
Robert Gault's modifications for correcting timing errors
author | boisy |
---|---|
date | Mon, 12 Jul 2004 01:38:08 +0000 |
parents | c40d4497d619 |
children | a39f30a01757 |
rev | line source |
---|---|
1363 | 1 include ../../rules.mak |
1167 | 2 |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
3 vpath %.asm kernel:$(6809L1)/modules |
1186 | 4 |
700
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
5 CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 |
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
6 CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 |
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
7 CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 |
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
8 CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 |
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
9 CLOCKSMART = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=1 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=1 |
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
10 CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=1 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
11 CLOCKCLOUD9 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=1 -aRTCSoft=0 -aMPIFlag=0 |
700
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
12 CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=1 -aMPIFlag=0 |
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
13 |
1363 | 14 DEPENDS = ./makefile |
46 | 15 TPB = ../../3rdparty/booters |
0 | 16 |
1214 | 17 BOOTERS = boot_1773_6ms boot_1773_30ms \ |
18 boot_burke boot_idelba boot_rampak boot_wd1002 | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
19 BOOTTRACK = rel_32 rel_40 rel_80 $(BOOTERS) krn |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
20 KERNEL = krnp2 krnp3_perr krnp4_regdump |
1315 | 21 SYSMODS = ioman init sysgo_h0 sysgo_dd |
1265 | 22 CLOCKS = clock_60hz clock_50hz \ |
23 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
24 clock2_smart clock2_harris clock2_cloud9 clock2_soft |
1186 | 25 |
26 RBF = rbf.mn \ | |
1621 | 27 rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \ |
1186 | 28 d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \ |
0 | 29 d0_40d.dd d1_40d.dd d2_40d.dd d0_80d.dd \ |
1621 | 30 d1_80d.dd d2_80d.dd \ |
31 ddd0_35s.dd ddd0_40d.dd ddd0_80d.dd \ | |
32 rammer.dr r0_8k.dd r0_96k.dd r0_128k.dd r0_192k.dd \ | |
1477 | 33 ddr0_8k.dd ddr0_96k.dd ddr0_128k.dd ddr0_192k.dd md.dd |
34 | |
1186 | 35 |
36 SCF = scf.mn \ | |
1489 | 37 cc3io.dr vrn.dr printer.dr sio.dr sspak.dr sc6551.dr \ |
1595 | 38 windint.io grfint.io vdgint.io vdgint_small.io \ |
1391 | 39 keydrv_cc3.sb snddrv_cc3.sb \ |
1254 | 40 joydrv_joy.sb joydrv_6551L.sb joydrv_6552L.sb \ |
41 joydrv_6551M.sb joydrv_6552M.sb \ | |
1472
95c71c2a441f
tx_yacia files moved to L-1, m1.asm and m2.asm removed
boisy
parents:
1391
diff
changeset
|
42 nil.dd p.dd \ |
1489 | 43 t1.dd t2_sc6551.dd t3_sc6551.dd \ |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
44 ftdd.dd vi.dd ssp.dd term_sio.dt term_sc6551.dt \ |
1186 | 45 term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \ |
0 | 46 w3.dw w4.dw w5.dw w6.dw w7.dw v1.dw v2.dw v3.dw v4.dw v5.dw \ |
47 v6.dw v7.dw | |
48 | |
1186 | 49 PIPE = pipeman.mn pipeman_named.mn \ |
50 piper.dr \ | |
51 pipe.dd | |
52 | |
0 | 53 # |
54 # The following macros represent a collection of modules for various | |
55 # kernel tracks and bootfile configurations. | |
56 # | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
57 KERNEL_1773 = rel_32 boot_1773 krn |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
58 KERNEL_RAMPAK = rel_32 $(TPB)/boot_rampak krn |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
59 KERNEL_KENTON = rel_32 $(TPB)/boot_kenton krn |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
60 KERNEL_IDE = rel_32 $(TPB)/boot_ide krn |
0 | 61 |
1186 | 62 ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) |
0 | 63 |
64 all: $(ALLOBJS) | |
65 | |
1253 | 66 # Kernel |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
67 krn krnp2: |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
68 $(CD) kernel; make $@ |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
69 $(CP) kernel/$@ . |
1253 | 70 |
1186 | 71 # Special cases |
1237 | 72 rel_32: rel.asm |
73 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=32 | |
74 | |
1564 | 75 grfint.io: windint.asm |
76 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aGrfInt=1 | |
77 | |
1621 | 78 rb1773_scii_ff74.dr: rb1773.asm |
79 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1 | |
80 | |
81 rb1773_scii_ff58.dr: rb1773.asm | |
82 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1 -aSCIIALT=1 | |
83 | |
1237 | 84 rel_40: rel.asm |
85 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=40 | |
86 | |
87 rel_80: rel.asm | |
88 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=80 | |
89 | |
1214 | 90 boot_1773_6ms: boot_1773.asm |
91 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSTEP=0 | |
92 | |
93 boot_1773_30ms: boot_1773.asm | |
94 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSTEP=3 | |
95 | |
1315 | 96 sysgo_dd: sysgo.asm |
1227
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1214
diff
changeset
|
97 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1214
diff
changeset
|
98 |
1315 | 99 sysgo_h0: sysgo.asm |
1227
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1214
diff
changeset
|
100 $(AS) $< $(ASOUT)$@ $(AFLAGS) |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1214
diff
changeset
|
101 |
1186 | 102 # Floppy descriptors |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
103 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ |
957 | 104 -aInterlv=3 -aSAS=8 -aDensity=1 |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
105 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ |
957 | 106 -aInterlv=3 -aSAS=8 -aDensity=1 |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
107 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ |
957 | 108 -aInterlv=3 -aSAS=8 -aDensity=3 |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
109 |
1564 | 110 ddd0_35s.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
111 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0 -aDD=1 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
112 |
1564 | 113 d0_35s.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
114 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
115 |
1564 | 116 d1_35s.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
117 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=1 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
118 |
1564 | 119 d2_35s.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
120 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=2 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
121 |
1564 | 122 d3_35s.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
123 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=3 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
124 |
1564 | 125 ddd0_40d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
126 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aDD=1 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
127 |
1564 | 128 d0_40d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
129 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
130 |
1564 | 131 d1_40d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
132 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
133 |
1564 | 134 d2_40d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
135 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=2 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
136 |
1564 | 137 ddd0_80d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
138 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 -aDD=1 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
139 |
1564 | 140 d0_80d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
141 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
142 |
1564 | 143 d1_80d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
144 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=1 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
145 |
1564 | 146 d2_80d.dd: rb1773desc.asm |
410
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
147 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2 |
9ed77eeace37
All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents:
384
diff
changeset
|
148 |
412 | 149 # RAM Disk descriptors |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
150 r0_8k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
151 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=8 |
412 | 152 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
153 ddr0_8k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
154 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=8 -aDD=1 |
412 | 155 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
156 r0_96k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
157 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=96 |
412 | 158 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
159 ddr0_96k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
160 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=96 -aDD=1 |
412 | 161 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
162 r0_128k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
163 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=128 |
412 | 164 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
165 ddr0_128k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
166 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=128 -aDD=1 |
412 | 167 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
168 r0_192k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
169 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 |
412 | 170 |
732
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
171 ddr0_192k.dd: r0.asm |
339845ea3507
Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents:
700
diff
changeset
|
172 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 -aDD=1 |
412 | 173 |
756 | 174 # VDGInt Modules |
175 vdgint.io: vdgint.asm | |
176 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aCOCO2=1 | |
177 | |
178 vdgint_small.io: vdgint.asm | |
179 $(AS) $(AFLAGS) $(ASOUT)$@ $< | |
180 | |
181 # Clocks | |
1265 | 182 clock_60hz: clock.asm |
183 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=60 | |
184 | |
185 clock_50hz: clock.asm | |
1312 | 186 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=50 |
700
bd1333ef2844
Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents:
508
diff
changeset
|
187 |
1265 | 188 clock2_elim: clock2.asm |
189 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKELIM) | |
190 | |
191 clock2_disto2: clock2.asm | |
192 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKDISTO2) | |
193 | |
194 clock2_disto4: clock2.asm | |
195 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKDISTO4) | |
196 | |
197 clock2_bnb: clock2.asm | |
198 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKBNB) | |
199 | |
200 clock2_smart: clock2.asm | |
201 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSMART) | |
202 | |
203 clock2_harris: clock2.asm | |
204 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKHARRIS) | |
205 | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
206 clock2_cloud9: clock2.asm |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
207 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKCLOUD9) |
1265 | 208 |
209 clock2_soft: clock2.asm | |
210 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSOFT) | |
211 | |
0 | 212 clean: |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1576
diff
changeset
|
213 $(CD) kernel; make $@ |
0 | 214 $(RM) $(ALLOBJS) |
215 | |
341 | 216 showobjs: |
217 @$(ECHO) $(ALLOBJS) | |
218 | |
1186 | 219 showboottrack: |
220 @$(ECHO) $(BOOTTRACK) | |
221 | |
222 showkernel: | |
223 @$(ECHO) $(KERNEL) | |
224 | |
225 showsysmods: | |
226 @$(ECHO) $(SYSMODS) | |
227 | |
228 showclocks: | |
229 @$(ECHO) $(CLOCKS) | |
230 | |
231 showrbf: | |
232 @$(ECHO) $(RBF) | |
233 | |
234 showscf: | |
235 @$(ECHO) $(SCF) | |
236 | |
237 showpipe: | |
238 @$(ECHO) $(PIPE) | |
341 | 239 |
100 | 240 identify: |
241 $(IDENT_SHORT) $(ALLOBJS) |