diff level2/coco3/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/level2/coco3/modules/makefile	Sun Nov 24 10:56:31 2013 +0100
+++ b/level2/coco3/modules/makefile	Sun Nov 24 11:13:40 2013 +0100
@@ -25,7 +25,7 @@
 TPB		= $(3RDPARTY)/booters
 
 BOOTERS		= boot_1773_6ms boot_1773_30ms \
-		 boot_burke boot_rampak boot_wd1002 boot_dw3 boot_dw3_becker \
+		 boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker \
 		boot_tc3 boot_ide boot_rom
 BOOTTRACK	= rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn
 KERNEL		= krnp2 krnp3_perr krnp4_regdump
@@ -33,10 +33,10 @@
 CLOCKS          = clock_60hz clock_50hz \
 		clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \
 		clock2_smart clock2_harris clock2_cloud9 clock2_soft \
-		clock2_jvemu clock2_messemu clock2_dw3 clock2_dw3_becker
+		clock2_jvemu clock2_messemu clock2_dw clock2_dw_becker
 
 RBF		= rbf.mn \
-		rbdw3.dr dw3.sb dw3_becker.sb \
+		rbdw.dr dwio.sb dwio_becker.sb \
 		rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \
 		d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \
 		d0_40d.dd d1_40d.dd d2_40d.dd d0_80d.dd \
@@ -115,11 +115,11 @@
 	$(AS) $(ASOUT)$@ $< $(IDEFLAGS)
 
 # DriveWire 3 Becker Booter
-boot_dw3_becker: boot_dw3.asm
+boot_dw_becker: boot_dw.asm
 	$(AS) $< $(ASOUT)$@ $(AFLAGS) -aBECKER=1
 
 # DriveWire 3 Becker Submodule
-dw3_becker.sb: dw3.asm
+dwio_becker.sb: dw.asm
 	$(AS) $< $(ASOUT)$@ $(AFLAGS) -aBECKER=1
 
 # CoGrf/CoVDG Modules
@@ -414,7 +414,7 @@
 clock2_bnb: clock2_ds1315.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aBNB=1
 
-clock2_dw3_becker: clock2_dw3.asm
+clock2_dw_becker: clock2_dw.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aBECKER=1
 
 clean: