Mercurial > hg > Members > kono > nitros9-code
diff level2/modules/makefile @ 384:850b16b2aa76
cc3go_rom now folded into cc3go... Makefile modified to adjust
author | boisy |
---|---|
date | Sat, 24 Aug 2002 17:03:18 +0000 |
parents | 3639065eb296 |
children | 9ed77eeace37 |
line wrap: on
line diff
--- a/level2/modules/makefile Sat Aug 24 17:00:49 2002 +0000 +++ b/level2/modules/makefile Sat Aug 24 17:03:18 2002 +0000 @@ -51,17 +51,15 @@ # Special cases here +cc3go_rom: cc3go.asm + $(AS) -aROM=1 $(AFLAGS) $< $(ASOUT)$@ + sacia.dr: xacia.asm $(AS) -aA6551=1 -aA6552=0 -aMPI.Slot=00 $(AFLAGS) $< $(ASOUT)$@ dacia.dr: xacia.asm $(AS) -aA6551=0 -aA6552=1 -aMPI.Slot=00 $(AFLAGS) $< $(ASOUT)$@ - - -boot_1773: boot_1773.asm - $(AS) -aNitrOS9=0 $(AFLAGS) $< $(ASOUT)$@ - kernel_1773: $(KERNEL_1773) $(DEPENDS) $(MERGE) $(KERNEL_1773)>$@