Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/booters/makefile @ 553:b93501797906
Added boot_vhd.asm from Robert Gault
author | boisy |
---|---|
date | Sun, 20 Oct 2002 05:16:37 +0000 |
parents | 75f0c7261a96 |
children | d2ce1c213a9c |
comparison
equal
deleted
inserted
replaced
552:fcb97f0ba24b | 553:b93501797906 |
---|---|
2 | 2 |
3 DEPENDS = ./Makefile | 3 DEPENDS = ./Makefile |
4 BOOTERS_NITROS = boot_ide_nl2 | 4 BOOTERS_NITROS = boot_ide_nl2 |
5 BOOTERS_L2 = boot_ktlr boot_ktlr_id5 boot_rampak \ | 5 BOOTERS_L2 = boot_ktlr boot_ktlr_id5 boot_rampak \ |
6 boot_tc3 boot_tc3_id5 boot_ide boot_wd1002 \ | 6 boot_tc3 boot_tc3_id5 boot_ide boot_wd1002 \ |
7 boot_burke boot_rom | 7 boot_burke boot_rom boot_vhd |
8 BOOTERS_L1 = boot_ktlr_l1 boot_ktlr_id5_l1 boot_rampak_l1 \ | 8 BOOTERS_L1 = boot_ktlr_l1 boot_ktlr_id5_l1 boot_rampak_l1 \ |
9 boot_tc3_l1 boot_tc3_id5_l1 boot_ide_l1 \ | 9 boot_tc3_l1 boot_tc3_id5_l1 boot_ide_l1 \ |
10 boot_burke_l1 boot_rom_l1 | 10 boot_burke_l1 boot_rom_l1 |
11 ALLOBJS = $(BOOTERS_NITROS) $(BOOTERS_L2) $(BOOTERS_L1) | 11 ALLOBJS = $(BOOTERS_NITROS) $(BOOTERS_L2) $(BOOTERS_L1) |
12 | 12 |
46 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 | 46 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 |
47 | 47 |
48 boot_rom: boot_rom.asm | 48 boot_rom: boot_rom.asm |
49 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 | 49 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 |
50 | 50 |
51 boot_vhd: boot_vhd.asm | |
52 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 | |
53 | |
51 # OS-9 Level One Booters | 54 # OS-9 Level One Booters |
52 boot_rom_l1: boot_rom_l1.asm | 55 boot_rom_l1: boot_rom_l1.asm |
53 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 | 56 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 |
54 | 57 |
55 boot_ktlr_l1: boot_scsi.asm | 58 boot_ktlr_l1: boot_scsi.asm |