Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootfiles/makefile @ 2660:adb21dec5e10
Another commit to update makefiles
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 13 Jul 2012 13:27:33 -0500 |
parents | 928b4a062979 |
children | 07cc32e3d96f |
rev | line source |
---|---|
2046 | 1 include $(NITROS9DIR)/rules.mak |
0 | 2 |
3 # Module directory | |
1379 | 4 MD = ../modules |
0 | 5 # Commands directory |
1379 | 6 CD = ../cmds |
0 | 7 |
1363 | 8 DEPENDS = ./makefile |
0 | 9 |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
10 KERNEL_1773 = $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/krn |
1705 | 11 KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn |
2180 | 12 KERNEL_DW3 = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn |
2547 | 13 KERNEL_BECKER = $(MD)/rel_80 $(MD)/boot_dw3_becker $(MD)/krn |
14 | |
15 # NitrOS-9 disk bootfile to allow booting from DriveWire server | |
16 # on a DE1 or Xilinx using Gary Becker's CoCo 3 FGPA | |
17 BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
18 $(MD)/rbf.mn \ | |
19 $(MD)/rbdw3.dr $(MD)/dw3_becker.sb \ | |
20 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ | |
21 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
22 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ | |
23 $(MD)/scf.mn $(MD)/vtio.dr \ | |
24 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
25 $(MD)/cowin.io \ | |
26 $(MD)/term_win80.dt \ | |
27 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
28 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
29 $(MD)/scdwn.dr \ | |
30 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \ | |
31 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \ | |
32 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \ | |
33 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \ | |
2553 | 34 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \ |
2547 | 35 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \ |
36 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
37 $(MD)/clock_60hz $(MD)/clock2_dw3_becker | |
2180 | 38 |
39 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
40 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
41 $(MD)/rbf.mn \ | |
42 $(MD)/rbdw3.dr $(MD)/dw3.sb \ | |
43 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ | |
44 $(MD)/scf.mn $(MD)/vtio.dr \ | |
45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
2520
ac35d2ad1414
Removed covdg.io from DW3 bootfile because it made bootfile too large to
boisy
parents:
2476
diff
changeset
|
46 $(MD)/cowin.io \ |
2180 | 47 $(MD)/term_win80.dt \ |
48 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
49 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
2660
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
50 $(MD)/scdwn.dr \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
51 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
52 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
53 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
54 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
55 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
56 $(MD)/z1_scdwn.dd $(MD)/z2_scdwn.dd $(MD)/z3_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
57 $(MD)/z4_scdwn.dd $(MD)/z5_scdwn.dd $(MD)/z6_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
58 $(MD)/z7_scdwn.dd \ |
2476 | 59 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \ |
60 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
61 $(MD)/clock_60hz $(MD)/clock2_dw3 | |
62 | |
63 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
64 # Headless mode | |
65 BOOTFILE_DW3_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
66 $(MD)/rbf.mn \ | |
67 $(MD)/rbdw3.dr $(MD)/dw3.sb \ | |
68 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ | |
69 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
70 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ | |
71 $(MD)/scf.mn $(MD)/vtio.dr \ | |
2660
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
72 $(MD)/scdwn.dr \ |
2476 | 73 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \ |
74 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \ | |
75 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \ | |
76 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \ | |
2544 | 77 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \ |
2180 | 78 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \ |
2660
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
79 $(MD)/term_z_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
80 $(MD)/z1_scdwn.dd $(MD)/z2_scdwn.dd $(MD)/z3_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
81 $(MD)/z4_scdwn.dd $(MD)/z5_scdwn.dd $(MD)/z6_scdwn.dd \ |
adb21dec5e10
Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2649
diff
changeset
|
82 $(MD)/z7_scdwn.dd \ |
2180 | 83 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ |
2244 | 84 $(MD)/clock_60hz $(MD)/clock2_dw3 |
0 | 85 |
2244 | 86 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller |
1705 | 87 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
707 | 88 $(MD)/rbf.mn \ |
1564 | 89 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ |
1812 | 90 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ |
1933 | 91 $(MD)/scf.mn $(MD)/vtio.dr \ |
1256
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1237
diff
changeset
|
92 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 93 $(MD)/cowin.io $(MD)/covdg.io \ |
707 | 94 $(MD)/term_win80.dt \ |
95 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
96 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
97 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
1265 | 98 $(MD)/clock_60hz $(MD)/clock2_soft |
707 | 99 |
1705 | 100 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
1446 | 101 $(MD)/rbf.mn \ |
1564 | 102 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ |
1812 | 103 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ |
1933 | 104 $(MD)/scf.mn $(MD)/vtio.dr \ |
1446 | 105 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 106 $(MD)/cowin.io $(MD)/covdg.io \ |
1446 | 107 $(MD)/term_win80.dt \ |
108 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
109 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
110 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
111 $(MD)/clock_60hz $(MD)/clock2_soft | |
1705 | 112 |
113 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
114 $(MD)/rbf.mn \ | |
115 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
1812 | 116 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ |
1933 | 117 $(MD)/scf.mn $(MD)/vtio.dr \ |
1705 | 118 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 119 $(MD)/cowin.io $(MD)/covdg.io \ |
1705 | 120 $(MD)/term_win80.dt \ |
121 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
122 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
123 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
124 $(MD)/clock_50hz $(MD)/clock2_soft | |
125 | |
126 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
127 $(MD)/rbf.mn \ | |
128 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ | |
1812 | 129 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ |
1933 | 130 $(MD)/scf.mn $(MD)/vtio.dr \ |
1705 | 131 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 132 $(MD)/cowin.io $(MD)/covdg.io \ |
1705 | 133 $(MD)/term_win80.dt \ |
134 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
135 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
136 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
137 $(MD)/clock_50hz $(MD)/clock2_soft | |
138 | |
2547 | 139 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw3 bootfile_dw3_headless bootfile_becker |
140 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw3 kernel_becker | |
1705 | 141 |
142 ALLOBJS = $(BOOTFILES) $(KERNELS) | |
143 | |
144 all: $(ALLOBJS) | |
145 | |
146 # Bootfiles | |
2547 | 147 bootfile_becker: $(BOOTFILE_BECKER) $(DEPENDS) |
148 $(MERGE) $(BOOTFILE_BECKER)>$@ | |
149 | |
1705 | 150 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS) |
151 $(MERGE) $(BOOTFILE_40D)>$@ | |
152 | |
153 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS) | |
154 $(MERGE) $(BOOTFILE_40D_50HZ)>$@ | |
155 | |
156 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS) | |
157 $(MERGE) $(BOOTFILE_80D)>$@ | |
158 | |
159 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS) | |
160 $(MERGE) $(BOOTFILE_80D_50HZ)>$@ | |
161 | |
2180 | 162 bootfile_dw3: $(BOOTFILE_DW3) $(DEPENDS) |
163 $(MERGE) $(BOOTFILE_DW3)>$@ | |
164 | |
2476 | 165 bootfile_dw3_headless: $(BOOTFILE_DW3_HEADLESS) $(DEPENDS) |
166 $(MERGE) $(BOOTFILE_DW3_HEADLESS)>$@ | |
167 | |
1705 | 168 # Kernels |
2547 | 169 kernel_becker: $(KERNEL_BECKER) $(DEPENDS) |
170 $(MERGE) $(KERNEL_BECKER)>$@ | |
171 | |
1705 | 172 kernel_1773: $(KERNEL_1773) $(DEPENDS) |
173 $(MERGE) $(KERNEL_1773)>$@ | |
174 | |
175 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS) | |
176 $(MERGE) $(KERNEL_1773_50HZ)>$@ | |
177 | |
2180 | 178 kernel_dw3: $(KERNEL_DW3) $(DEPENDS) |
179 $(MERGE) $(KERNEL_DW3)>$@ | |
180 | |
1705 | 181 clean: |
182 $(RM) $(ALLOBJS) | |
183 |