Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootfiles/makefile @ 2729:8a4c73c4bc8c lwtools-port
Fixed SuperDriver descriptors
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 04 Oct 2012 14:23:01 -0500 |
parents | 09c66281e12a |
children | bfe3de781ddf |
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 |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
12 KERNEL_DW = $(MD)/rel_80 $(MD)/boot_dw $(MD)/krn |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
13 KERNEL_BECKER = $(MD)/rel_80 $(MD)/boot_dw_becker $(MD)/krn |
2547 | 14 |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
15 FLOPPY_40D = $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd $(MD)/d2_40d.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
16 FLOPPY_80D = $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_80d.dd $(MD)/d2_80d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
17 $(MD)/ddd0_80d.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
18 VTIO_COGRF_40 = $(MD)/vtio.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
19 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
20 $(MD)/cogrf.io \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
21 $(MD)/term_win40.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
22 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
23 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
24 VTIO_COGRF_80 = $(MD)/vtio.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
25 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
26 $(MD)/cogrf.io \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
27 $(MD)/term_win80.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
28 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
29 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
30 VTIO_COWIN_40 = $(MD)/vtio.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
31 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
32 $(MD)/cowin.io \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
33 $(MD)/term_win40.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
34 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
35 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
36 VTIO_COWIN_80 = $(MD)/vtio.dr \ |
2547 | 37 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
38 $(MD)/cowin.io \ | |
39 $(MD)/term_win80.dt \ | |
40 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
41 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
42 RBDW = $(MD)/rbdw.dr $(MD)/dwio.sb \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
43 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
44 RBDWBECKER = $(MD)/rbdw.dr $(MD)/dwio_becker.sb \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
45 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
46 SCDWV_NET = $(MD)/n_scdwv.dd $(MD)/n1_scdwv.dd $(MD)/n2_scdwv.dd \ |
2693 | 47 $(MD)/n3_scdwv.dd $(MD)/n4_scdwv.dd $(MD)/n5_scdwv.dd \ |
48 $(MD)/n6_scdwv.dd $(MD)/n7_scdwv.dd $(MD)/n8_scdwv.dd \ | |
49 $(MD)/n9_scdwv.dd $(MD)/n10_scdwv.dd $(MD)/n11_scdwv.dd \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
50 $(MD)/n12_scdwv.dd $(MD)/n13_scdwv.dd $(MD)/midi_scdwv.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
51 SCDWV_WIN = $(MD)/z1_scdwv.dd $(MD)/z2_scdwv.dd $(MD)/z3_scdwv.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
52 $(MD)/z4_scdwv.dd $(MD)/z5_scdwv.dd $(MD)/z6_scdwv.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
53 $(MD)/z7_scdwv.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
54 SCDWP = $(MD)/scdwp.dr $(MD)/p_scdwp.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
55 PIPE = $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
56 CLOCK50HZ = $(MD)/clock_50hz $(MD)/clock2_soft |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
57 CLOCK60HZ = $(MD)/clock_60hz $(MD)/clock2_soft |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
58 CLOCK60HZDW = $(MD)/clock_60hz $(MD)/clock2_dw |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
59 CLOCK60HZBECKER = $(MD)/clock_60hz $(MD)/clock2_dw_becker |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
60 |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
61 # NitrOS-9 disk bootfile to allow booting from DriveWire server |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
62 # on a DE1 or Xilinx using Gary Becker's CoCo 3 FGPA |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
63 BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
64 $(MD)/rbf.mn \ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
65 $(RBDWBECKER) \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
66 $(FLOPPY_40D) \ |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2728
diff
changeset
|
67 $(MD)/ddd0_40d.dd \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
68 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
69 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
70 $(MD)/scdwv.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
71 $(SCDWV_NET) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
72 $(SCDWP) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
73 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
74 $(CLOCK60HZBECKER) |
2180 | 75 |
76 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
77 BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
2180 | 78 $(MD)/rbf.mn \ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
79 $(RBDW) \ |
2728 | 80 $(FLOPPY_40D) \ |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2728
diff
changeset
|
81 $(MD)/ddx0.dd \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
82 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
83 $(VTIO_COGRF_80) \ |
2706 | 84 $(MD)/scdwv.dr \ |
85 $(SCDWV_NET) \ | |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2728
diff
changeset
|
86 $(SCDWV_WIN) \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
87 $(SCDWP) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
88 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
89 $(CLOCK60HZDW) |
2693 | 90 # $(MD)/scdwv.dr \ |
91 # $(MD)/n_scdwv.dd $(MD)/n1_scdwv.dd $(MD)/n2_scdwv.dd \ | |
92 # $(MD)/n3_scdwv.dd $(MD)/n4_scdwv.dd $(MD)/n5_scdwv.dd \ | |
93 # $(MD)/n6_scdwv.dd $(MD)/n7_scdwv.dd $(MD)/n8_scdwv.dd \ | |
94 # $(MD)/n9_scdwv.dd $(MD)/n10_scdwv.dd $(MD)/n11_scdwv.dd \ | |
95 # $(MD)/n12_scdwv.dd $(MD)/n13_scdwv.dd $(MD)/midi_scdwv.dd \ | |
2476 | 96 |
97 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
98 # Headless mode | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
99 BOOTFILE_DW_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
2476 | 100 $(MD)/rbf.mn \ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
101 $(RBDW) \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
102 $(MD)/ddx0.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
103 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
104 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
105 $(MD)/scdwv.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
106 $(MD)/term_scdwv.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
107 $(SCDWV_NET) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
108 $(SCDWP) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
109 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
110 $(CLOCK60HZDW) |
0 | 111 |
2244 | 112 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller |
1705 | 113 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
707 | 114 $(MD)/rbf.mn \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
115 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
116 $(MD)/ddd0_40d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
117 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
118 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
119 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
120 $(CLOCK60HZ) |
707 | 121 |
1705 | 122 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
1446 | 123 $(MD)/rbf.mn \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
124 $(FLOPPY_80D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
125 $(MD)/ddd0_80d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
126 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
127 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
128 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
129 $(CLOCK60HZ) |
1705 | 130 |
131 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
132 $(MD)/rbf.mn \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
133 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
134 $(MD)/ddd0_40d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
135 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
136 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
137 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
138 $(CLOCK50HZ) |
1705 | 139 |
140 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
141 $(MD)/rbf.mn \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
142 $(FLOPPY_80D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
143 $(MD)/ddd0_80d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
144 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
145 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
146 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
147 $(CLOCK50HZ) |
1705 | 148 |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
149 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw bootfile_dw_headless bootfile_becker |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
150 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw kernel_becker |
1705 | 151 |
152 ALLOBJS = $(BOOTFILES) $(KERNELS) | |
153 | |
154 all: $(ALLOBJS) | |
155 | |
156 # Bootfiles | |
2547 | 157 bootfile_becker: $(BOOTFILE_BECKER) $(DEPENDS) |
158 $(MERGE) $(BOOTFILE_BECKER)>$@ | |
159 | |
1705 | 160 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS) |
161 $(MERGE) $(BOOTFILE_40D)>$@ | |
162 | |
163 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS) | |
164 $(MERGE) $(BOOTFILE_40D_50HZ)>$@ | |
165 | |
166 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS) | |
167 $(MERGE) $(BOOTFILE_80D)>$@ | |
168 | |
169 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS) | |
170 $(MERGE) $(BOOTFILE_80D_50HZ)>$@ | |
171 | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
172 bootfile_dw: $(BOOTFILE_DW) $(DEPENDS) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
173 $(MERGE) $(BOOTFILE_DW)>$@ |
2180 | 174 |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
175 bootfile_dw_headless: $(BOOTFILE_DW_HEADLESS) $(DEPENDS) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
176 $(MERGE) $(BOOTFILE_DW_HEADLESS)>$@ |
2476 | 177 |
1705 | 178 # Kernels |
2547 | 179 kernel_becker: $(KERNEL_BECKER) $(DEPENDS) |
180 $(MERGE) $(KERNEL_BECKER)>$@ | |
181 | |
1705 | 182 kernel_1773: $(KERNEL_1773) $(DEPENDS) |
183 $(MERGE) $(KERNEL_1773)>$@ | |
184 | |
185 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS) | |
186 $(MERGE) $(KERNEL_1773_50HZ)>$@ | |
187 | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
188 kernel_dw: $(KERNEL_DW) $(DEPENDS) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
189 $(MERGE) $(KERNEL_DW)>$@ |
2180 | 190 |
1705 | 191 clean: |
192 $(RM) $(ALLOBJS) | |
193 |