diff 3rdparty/booters/makefile @ 1184:37c9e0e58367

Most booters moved to OS-9 directories
author boisy
date Fri, 30 May 2003 20:50:06 +0000
parents 36deea38aabb
children 481618f41f1d
line wrap: on
line diff
--- a/3rdparty/booters/makefile	Wed May 28 20:49:30 2003 +0000
+++ b/3rdparty/booters/makefile	Fri May 30 20:50:06 2003 +0000
@@ -1,14 +1,13 @@
 include ../../Makefile.rules
 
 DEPENDS		= ./Makefile
-BOOTERS_NITROS	= boot_ide_nl2
-BOOTERS_L2	= boot_ktlr_id0 boot_ktlr_id5 boot_rampak \
-		boot_tc3_id0 boot_tc3_id5 boot_ide boot_wd1002 \
-		boot_burke boot_vhd boot_mmc_l2
-BOOTERS_L1	= boot_ktlr_id0_l1 boot_ktlr_id5_l1 boot_rampak_l1 \
-		boot_tc3_id0_l1 boot_tc3_id5_l1 boot_ide_l1 \
-		boot_burke_l1 boot_mmc_l1
-ALLOBJS		= $(BOOTERS_NITROS) $(BOOTERS_L2) $(BOOTERS_L1)
+BOOTERS_L2	= boot_ktlr_id0 boot_ktlr_id5  \
+		boot_tc3_id0 boot_tc3_id5 \
+		boot_vhd boot_mmc_l2
+BOOTERS_L1	= boot_ktlr_id0_l1 boot_ktlr_id5_l1 \
+		boot_tc3_id0_l1 boot_tc3_id5_l1 \
+		boot_mmc_l1
+ALLOBJS		= $(BOOTERS_L2) $(BOOTERS_L1)
 
 all:	$(ALLOBJS) $(DEPENDS)
 
@@ -16,35 +15,19 @@
 	$(RM) $(ALLOBJS)
 
 
-# NitrOS-9 Booters
-boot_ide_nl2: boot_ide.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aNitrOS9=1
-
 # OS-9 Level Two Booters
-boot_ide: boot_ide.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
-
 boot_ktlr_id0: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKTLR=1 -ascsiid=1
 
 boot_ktlr_id5: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKTLR=1 -ascsiid=32
 
-boot_rampak: boot_rampak.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
-
 boot_tc3_id0: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 -ascsiid=1
 
 boot_tc3_id5: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 -ascsiid=32
 
-boot_wd1002: boot_wd1002.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
-
-boot_burke: boot_burke.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
-
 boot_vhd: boot_vhd.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
 
@@ -64,15 +47,6 @@
 boot_tc3_id5_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1 -ascsiid=32
 
-boot_rampak_l1: boot_rampak.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1
-
-boot_burke_l1: boot_burke.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1
-
-boot_ide_l1: boot_ide.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1
-
 boot_mmc_l1: boot_mmc.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1