Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootfiles/makefile @ 2544:0aaf20430b33
dw midi device
author | aaronwolfe |
---|---|
date | Sat, 29 May 2010 05:04:13 +0000 |
parents | ac35d2ad1414 |
children | 141cfa8a4302 |
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 |
13 | |
14 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
15 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
16 $(MD)/rbf.mn \ | |
17 $(MD)/rbdw3.dr $(MD)/dw3.sb \ | |
18 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ | |
19 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
20 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ | |
21 $(MD)/scf.mn $(MD)/vtio.dr \ | |
22 $(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
|
23 $(MD)/cowin.io \ |
2180 | 24 $(MD)/term_win80.dt \ |
25 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
26 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
2476 | 27 $(MD)/scdwn.dr \ |
28 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \ | |
29 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \ | |
30 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \ | |
31 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \ | |
2544 | 32 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \ |
2476 | 33 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \ |
34 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
35 $(MD)/clock_60hz $(MD)/clock2_dw3 | |
36 | |
37 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
38 # Headless mode | |
39 BOOTFILE_DW3_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
40 $(MD)/rbf.mn \ | |
41 $(MD)/rbdw3.dr $(MD)/dw3.sb \ | |
42 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ | |
43 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
44 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ | |
45 $(MD)/scf.mn $(MD)/vtio.dr \ | |
46 $(MD)/scdwn.dr $(MD)/term_scdwn.dt \ | |
47 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \ | |
48 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \ | |
49 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \ | |
50 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \ | |
2544 | 51 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \ |
2180 | 52 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \ |
53 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
2244 | 54 $(MD)/clock_60hz $(MD)/clock2_dw3 |
0 | 55 |
2244 | 56 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller |
1705 | 57 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
707 | 58 $(MD)/rbf.mn \ |
1564 | 59 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ |
1812 | 60 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ |
1933 | 61 $(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
|
62 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 63 $(MD)/cowin.io $(MD)/covdg.io \ |
707 | 64 $(MD)/term_win80.dt \ |
65 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
66 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
67 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
1265 | 68 $(MD)/clock_60hz $(MD)/clock2_soft |
707 | 69 |
1705 | 70 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
1446 | 71 $(MD)/rbf.mn \ |
1564 | 72 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ |
1812 | 73 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ |
1933 | 74 $(MD)/scf.mn $(MD)/vtio.dr \ |
1446 | 75 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 76 $(MD)/cowin.io $(MD)/covdg.io \ |
1446 | 77 $(MD)/term_win80.dt \ |
78 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
79 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
80 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
81 $(MD)/clock_60hz $(MD)/clock2_soft | |
1705 | 82 |
83 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
84 $(MD)/rbf.mn \ | |
85 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
1812 | 86 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ |
1933 | 87 $(MD)/scf.mn $(MD)/vtio.dr \ |
1705 | 88 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 89 $(MD)/cowin.io $(MD)/covdg.io \ |
1705 | 90 $(MD)/term_win80.dt \ |
91 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
92 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
93 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
94 $(MD)/clock_50hz $(MD)/clock2_soft | |
95 | |
96 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
97 $(MD)/rbf.mn \ | |
98 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ | |
1812 | 99 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ |
1933 | 100 $(MD)/scf.mn $(MD)/vtio.dr \ |
1705 | 101 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 102 $(MD)/cowin.io $(MD)/covdg.io \ |
1705 | 103 $(MD)/term_win80.dt \ |
104 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
105 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
106 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
107 $(MD)/clock_50hz $(MD)/clock2_soft | |
108 | |
2476 | 109 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw3 bootfile_dw3_headless |
2180 | 110 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw3 |
1705 | 111 |
112 ALLOBJS = $(BOOTFILES) $(KERNELS) | |
113 | |
114 all: $(ALLOBJS) | |
115 | |
116 # Bootfiles | |
117 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS) | |
118 $(MERGE) $(BOOTFILE_40D)>$@ | |
119 | |
120 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS) | |
121 $(MERGE) $(BOOTFILE_40D_50HZ)>$@ | |
122 | |
123 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS) | |
124 $(MERGE) $(BOOTFILE_80D)>$@ | |
125 | |
126 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS) | |
127 $(MERGE) $(BOOTFILE_80D_50HZ)>$@ | |
128 | |
2180 | 129 bootfile_dw3: $(BOOTFILE_DW3) $(DEPENDS) |
130 $(MERGE) $(BOOTFILE_DW3)>$@ | |
131 | |
2476 | 132 bootfile_dw3_headless: $(BOOTFILE_DW3_HEADLESS) $(DEPENDS) |
133 $(MERGE) $(BOOTFILE_DW3_HEADLESS)>$@ | |
134 | |
1705 | 135 # Kernels |
136 kernel_1773: $(KERNEL_1773) $(DEPENDS) | |
137 $(MERGE) $(KERNEL_1773)>$@ | |
138 | |
139 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS) | |
140 $(MERGE) $(KERNEL_1773_50HZ)>$@ | |
141 | |
2180 | 142 kernel_dw3: $(KERNEL_DW3) $(DEPENDS) |
143 $(MERGE) $(KERNEL_DW3)>$@ | |
144 | |
1705 | 145 clean: |
146 $(RM) $(ALLOBJS) | |
147 |