Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/booters/makefile @ 68:8ffca4533723
Merged boot_kenton and boot_tc3 into boot_scsi
author | boisy |
---|---|
date | Wed, 01 May 2002 12:15:18 +0000 |
parents | 747a7379ae50 |
children | efb0d7b57679 |
line wrap: on
line diff
--- a/3rdparty/booters/makefile Wed May 01 03:26:49 2002 +0000 +++ b/3rdparty/booters/makefile Wed May 01 12:15:18 2002 +0000 @@ -11,14 +11,14 @@ $(RM) $(ALLOBJS) -boot_kenton: boot_kenton.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 +boot_kenton: boot_scsi.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 -aTC3=0 boot_rampak: boot_rampak.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -boot_tc3: boot_tc3.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 +boot_tc3: boot_scsi.asm + $(AS) -l $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=0 -aTC3=1 boot_ide: boot_ide.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 @@ -32,12 +32,9 @@ boot_rom_l1: boot_rom_l1.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -boot_kenton_l1: boot_kenton.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 +boot_kenton_l1: boot_scsi.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -aTC3=0 -boot_tc3_l1: boot_tc3.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 +boot_tc3_l1: boot_scsi.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -aTC3=0 -boot_tc3_l2: boot_tc3.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -