Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/p2mods/noice/makefile @ 1978:c2d3c4232663
Added remote debugging
author | boisy |
---|---|
date | Wed, 11 Jan 2006 04:20:37 +0000 |
parents | |
children | 2bb2f8b975b0 |
rev | line source |
---|---|
1978 | 1 include $(NITROS9DIR)/rules.mak |
2 | |
3 AFLAGS += #-ASWI | |
4 | |
5 MD = $(6809L1)/modules | |
6 CMD = $(6809L1)/cmds | |
7 BD = ../../booters | |
8 | |
9 | |
10 all: calldbg krnp3_6309 krnp3_6809 | |
11 | |
12 calldbg: calldbg.asm | |
13 # $(AS) $(ASOUT)$@ $< | |
14 | |
15 krnp3_6309: noice.asm | |
16 $(AS) $(ASOUT)$@ $< -aKRNMOD -aH6309 -e $(AFLAGS) | |
17 | |
18 krnp3_6809: noice.asm | |
19 $(AS) $(ASOUT)$@ $< -aKRNMOD $(AFLAGS) | |
20 | |
21 clean: | |
22 $(RM) calldbg krnp3_6309 krnp3_6809 |