Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/modules/kernel/makefile @ 2615:530759e9f289
Added ccbkrn from Brett Gordon (level 2 only for now)
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Mon, 06 Feb 2012 15:51:13 -0600 |
parents | d63587190d9b |
children | ead54d2c06d4 |
line wrap: on
line diff
--- a/level2/coco3/modules/kernel/makefile Sun Feb 05 13:30:35 2012 -0600 +++ b/level2/coco3/modules/kernel/makefile Mon Feb 06 15:51:13 2012 -0600 @@ -7,22 +7,25 @@ AFLAGS += -I$(LEVEL2)/modules/kernel -I$(LEVEL1)/modules/kernel KERNEL = krn +KERNEL_CCB = ccbkrn KERNELP2 = krnp2 SYSCALLS = fallimg.asm fallram.asm falltsk.asm faproc.asm fcmpnam.asm \ fcpymem.asm fdatlog.asm fdelram.asm ffmodul.asm ffreehb.asm \ fld.asm fldabx.asm flink.asm fmove.asm fnproc.asm fprsnam.asm \ - freboot.asm fsrqmem.asm fssvc.asm fvmodul.asm \ + freboot.asm fssvc.asm fvmodul.asm \ fallbit.asm fallprc.asm fchain.asm fclrblk.asm fcrcmod.asm \ fdelimg.asm fexit.asm ffind64.asm ffork.asm fgblkmp.asm \ fgcmdir.asm fgmoddr.asm fgprdsc.asm fgprocp.asm ficpt.asm \ fid.asm fmapblk.asm fmem.asm fsend.asm fsleep.asm fsprior.asm \ fsswi.asm fstime.asm fsuser.asm funlink.asm funload.asm -ALLOBJS = $(KERNEL) $(KERNELP2) +ALLOBJS = $(KERNEL) $(KERNEL_CCB) $(KERNELP2) all: $(ALLOBJS) -$(KERNEL): krn.asm $(SYSCALLS) +$(KERNEL): krn.asm $(SYSCALLS) fsrqmem.asm + +$(KERNEL_CCB): ccbkrn.asm $(SYSCALLS) ccbfsrqmem.asm $(KERNELP2): krnp2.asm $(SYSCALLS)