changeset 407:d3b592db8f59

Added Kenton SCSI ID 5 target for ZIP drives
author boisy
date Wed, 04 Sep 2002 14:03:11 +0000
parents 3362a5cd8259
children 8de0ac44cbbd
files 3rdparty/booters/makefile
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/booters/makefile	Wed Sep 04 14:01:09 2002 +0000
+++ b/3rdparty/booters/makefile	Wed Sep 04 14:03:11 2002 +0000
@@ -2,9 +2,11 @@
 
 DEPENDS		= ./Makefile
 BOOTERS_NITROS	= boot_ide_nl2
-BOOTERS_L2	= boot_kenton boot_rampak boot_tc3 boot_tc3_id5 boot_ide boot_wd1002 \
+BOOTERS_L2	= boot_kenton boot_kenton_id5 boot_rampak \
+		boot_tc3 boot_tc3_id5 boot_ide boot_wd1002 \
 		boot_burke boot_rom
-BOOTERS_L1	= boot_kenton_l1 boot_rampak_l1 boot_tc3_l1 boot_tc3_id5_l1 boot_ide_l1 \
+BOOTERS_L1	= boot_kenton_l1 boot_kenton_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)
 
@@ -25,6 +27,9 @@
 boot_kenton: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1
 
+boot_kenton_id5: boot_scsi.asm
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 -ascsiid=64
+
 boot_rampak: boot_rampak.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
 
@@ -50,6 +55,9 @@
 boot_kenton_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1
 
+boot_kenton_id5_l1: boot_scsi.asm
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -ascsiid=64
+
 boot_tc3_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1