Mercurial > hg > Members > kono > nitros9-code
diff level1/coco/modules/makefile @ 2868:cfa46960b6bd
makefiles: Rename DW3 to DW all over
Rename dw3*.sb to dwio*.sb
This is part of getting default and lwtools-port branches
together, trying to avoid things falling through the
cracks.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 11:13:40 +0100 |
parents | e4a0f58a5f9b |
children | cfa6222348f7 |
line wrap: on
line diff
--- a/level1/coco/modules/makefile Sun Nov 24 10:56:31 2013 +0100 +++ b/level1/coco/modules/makefile Sun Nov 24 11:13:40 2013 +0100 @@ -25,18 +25,18 @@ TPB = $(3RDPARTY)/booters BOOTERS = boot_1773_6ms boot_1773_30ms \ - boot_burke boot_rampak boot_wd1002 boot_dw3 boot_dw3_coco1 \ - boot_tc3 boot_ide boot_rom boot_dw3_becker + boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_coco1 \ + boot_tc3 boot_ide boot_rom boot_dw_becker BOOTTRACK = rel $(BOOTERS) KERNEL = krn krnp2 wbug SYSMODS = ioman init sysgo_dd sysgo_h0 rominfo vectors CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \ - clock2_messemu clock2_jvemu clock2_dw3 + clock2_messemu clock2_jvemu clock2_dw RBF = rbf.mn \ - rbdw3.dr dw3.sb dw3_coco1.sb dw3_becker.sb \ + rbdw.dr dwio.sb dw_coco1.sb dwio_becker.sb \ rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \ ddd0_35s.dd d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \ ddd0_40d.dd d0_40d.dd d1_40d.dd d2_40d.dd \ @@ -87,16 +87,16 @@ $(AS) $(ASOUT)$@ $< $(IDEFLAGS) # DriveWire 3 -boot_dw3_coco1: boot_dw3.asm +boot_dw_coco1: boot_dw.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBAUD38400=1 -boot_dw3_becker: boot_dw3.asm +boot_dw_becker: boot_dw.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBECKER=1 -dw3_coco1.sb: dw3.asm +dw_coco1.sb: dw.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBAUD38400=1 -dw3_becker.sb: dw3.asm +dwio_becker.sb: dw.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aBECKER=1 boot_1773_6ms: boot_1773.asm