Mercurial > hg > Members > kono > nitros9-code
changeset 1253:50d6f82d16d9
os9p1 and os9p2 now pulled from KERNEL/
author | boisy |
---|---|
date | Sun, 17 Aug 2003 13:05:02 +0000 |
parents | 275aea78cb87 |
children | 5bced1e03639 |
files | level2/modules/makefile |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/modules/makefile Sun Aug 17 13:04:42 2003 +0000 +++ b/level2/modules/makefile Sun Aug 17 13:05:02 2003 +0000 @@ -2,7 +2,7 @@ include ../../Makefile.rules -vpath %.asm $(LEVEL1)/MODULES +vpath %.asm KERNEL:$(LEVEL1)/MODULES CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0 @@ -61,6 +61,11 @@ all: $(ALLOBJS) +# Kernel +os9p1 os9p2: + $(CD) KERNEL; make $@ + $(CP) KERNEL/$@ . + # Special cases rel_32: rel.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aWidth=32 @@ -197,6 +202,7 @@ $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSOFT) clean: + $(CD) KERNEL; make $@ $(RM) $(ALLOBJS) showobjs: