Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/p2mods/makefile @ 627:d45d58e6a5f8
Updated regdump for NitrOS-9
author | boisy |
---|---|
date | Wed, 04 Dec 2002 15:30:54 +0000 |
parents | 95283c67b866 |
children | e6d7a6d4cfd7 |
line wrap: on
line diff
--- a/3rdparty/p2mods/makefile Tue Dec 03 21:52:37 2002 +0000 +++ b/3rdparty/p2mods/makefile Wed Dec 04 15:30:54 2002 +0000 @@ -1,7 +1,7 @@ include ../../Makefile.rules DEPENDS = ./Makefile -CMDS = os9p3_perr os9p4_regdump os9p3_sayhi sayhi tsayhi +CMDS = os9p3_perr os9p4_regdump_6809 os9p4_regdump_6309 os9p3_sayhi sayhi tsayhi ALLOBJS = $(CMDS) all: $(ALLOBJS) @@ -11,5 +11,11 @@ @$(ECHO) "* *" @$(ECHO) "*********************************************" +os9p4_regdump_6809: os9p4_regdump.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< + +os9p4_regdump_6309: os9p4_regdump.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aH6309=1 + clean: $(RM) $(ALLOBJS)