changeset 461:75f0c7261a96

*** empty log message ***
author boisy
date Sat, 28 Sep 2002 03:12:55 +0000
parents 255b5bab1b72
children 1ee5b8655352
files 3rdparty/booters/makefile
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/booters/makefile	Thu Sep 26 15:26:12 2002 +0000
+++ b/3rdparty/booters/makefile	Sat Sep 28 03:12:55 2002 +0000
@@ -2,10 +2,10 @@
 
 DEPENDS		= ./Makefile
 BOOTERS_NITROS	= boot_ide_nl2
-BOOTERS_L2	= boot_kenton boot_kenton_id5 boot_rampak \
+BOOTERS_L2	= boot_ktlr boot_ktlr_id5 boot_rampak \
 		boot_tc3 boot_tc3_id5 boot_ide boot_wd1002 \
 		boot_burke boot_rom
-BOOTERS_L1	= boot_kenton_l1 boot_kenton_id5_l1 boot_rampak_l1 \
+BOOTERS_L1	= boot_ktlr_l1 boot_ktlr_id5_l1 boot_rampak_l1 \
 		boot_tc3_l1 boot_tc3_id5_l1 boot_ide_l1 \
 		boot_burke_l1 boot_rom_l1
 ALLOBJS		= $(BOOTERS_NITROS) $(BOOTERS_L2) $(BOOTERS_L1)
@@ -24,10 +24,10 @@
 boot_ide: boot_ide.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
 
-boot_kenton: boot_scsi.asm
+boot_ktlr: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1
 
-boot_kenton_id5: boot_scsi.asm
+boot_ktlr_id5: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 -ascsiid=32
 
 boot_rampak: boot_rampak.asm
@@ -52,10 +52,10 @@
 boot_rom_l1: boot_rom_l1.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1
 
-boot_kenton_l1: boot_scsi.asm
+boot_ktlr_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1
 
-boot_kenton_id5_l1: boot_scsi.asm
+boot_ktlr_id5_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -ascsiid=32
 
 boot_tc3_l1: boot_scsi.asm