Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/customboots/boisy/makefile @ 2309:f3e79ee2ffef
Driver now moved ISR to dw3, all works
author | boisy |
---|---|
date | Sun, 03 Jan 2010 15:24:52 +0000 |
parents | a41f028e82d4 |
children | 51975fad5123 |
comparison
equal
deleted
inserted
replaced
2308:b5f0c5326e7e | 2309:f3e79ee2ffef |
---|---|
12 | 12 |
13 CMDS = $(CD)/shell | 13 CMDS = $(CD)/shell |
14 SYSGO = $(MD)/sysgo_dd | 14 SYSGO = $(MD)/sysgo_dd |
15 | 15 |
16 # We make our own bootfile and kernel track | 16 # We make our own bootfile and kernel track |
17 KERNEL = $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/krn | 17 KERNEL = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn |
18 BOOTFILE = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | 18 BOOTFILE = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
19 $(MD)/dw3.sb \ | 19 $(MD)/dw3.sb \ |
20 $(MD)/scf.mn \ | 20 $(MD)/scf.mn \ |
21 $(MD)/scdwt.dr $(MD)/term_scdwt.dt \ | 21 $(MD)/scdwt.dr $(MD)/term_scdwt.dt \ |
22 $(MD)/clock_60hz $(MD)/clock2_dw3 \ | 22 $(MD)/clock_60hz $(MD)/clock2_dw3 \ |
23 $(SYSGO) $(CD)/shell_21 | 23 $(SYSGO) $(CD)/shell_21 \ |
24 $(CD)/mdir $(CD)/pmap $(CD)/dmem $(CD)/dump | |
25 # $(MD)/rbf.mn \ | |
26 # $(MD)/rbdw3.dr $(MD)/ddx0.dd \ | |
24 | 27 |
25 SUPPORTFILES = startup | 28 SUPPORTFILES = startup |
26 | 29 |
27 ALLOBJS = $(CMDS) | 30 ALLOBJS = $(CMDS) |
28 | 31 |