diff level2/coco3/modules/kernel/makefile @ 2655:ead54d2c06d4

Removed ccbkrn, placed back bra in fnproc.asm
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 10 Apr 2012 22:25:19 -0500
parents 530759e9f289
children e4a0f58a5f9b ed9a4cb85fb3
line wrap: on
line diff
--- a/level2/coco3/modules/kernel/makefile	Tue Apr 10 21:33:53 2012 -0500
+++ b/level2/coco3/modules/kernel/makefile	Tue Apr 10 22:25:19 2012 -0500
@@ -19,7 +19,8 @@
 		fid.asm fmapblk.asm fmem.asm fsend.asm fsleep.asm fsprior.asm \
 		fsswi.asm fstime.asm fsuser.asm funlink.asm funload.asm
 
-ALLOBJS		= $(KERNEL) $(KERNEL_CCB) $(KERNELP2)
+#ALLOBJS		= $(KERNEL) $(KERNEL_CCB) $(KERNELP2)
+ALLOBJS		= $(KERNEL) $(KERNELP2)
 
 all:	$(ALLOBJS)