changeset 2459:91e31e528692

Updated
author boisy
date Sat, 27 Feb 2010 01:53:12 +0000
parents 76c3c37f3a38
children c840e05abdac
files level2/coco3/modules/makefile level2/coco3_6309/modules/makefile
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/modules/makefile	Sat Feb 27 01:13:14 2010 +0000
+++ b/level2/coco3/modules/makefile	Sat Feb 27 01:53:12 2010 +0000
@@ -29,6 +29,8 @@
 		clock2_smart clock2_harris clock2_cloud9 clock2_soft \
 		clock2_jvemu clock2_messemu clock2_dw3
 
+RFM		= rfm.mn rfmdrv.dr y0_rfm.dd
+
 RBF		= rbf.mn \
 		rbdw3.dr dw3.sb \
 		rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \
@@ -74,7 +76,7 @@
 KERNEL_KENTON	= rel_32 $(TPB)/boot_kenton krn
 KERNEL_IDE	= rel_32 $(TPB)/boot_ide krn
 
-ALLOBJS		=  $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE)
+ALLOBJS		=  $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RFM) $(RBF) $(SCF) $(PIPE)
 
 all:	$(ALLOBJS)
 
--- a/level2/coco3_6309/modules/makefile	Sat Feb 27 01:13:14 2010 +0000
+++ b/level2/coco3_6309/modules/makefile	Sat Feb 27 01:53:12 2010 +0000
@@ -29,6 +29,8 @@
 		clock2_smart clock2_harris clock2_cloud9 clock2_soft \
 		clock2_jvemu clock2_messemu clock2_dw3
 
+RFM		= rfm.mn rfmdrv.dr y0_rfm.dd
+
 RBF		= rbf.mn \
 		rbdw3.dr dw3.sb \
 		rb1773.dr rb1773_scii_ff74.dr rb1773_scii_ff58.dr \
@@ -65,8 +67,6 @@
 		piper.dr \
 		pipe.dd
 
-RFM		= rfm.mn rfmdrv.dr y0_rfm.dd
-
 #
 # The following macros represent a collection of modules for various
 # kernel tracks and bootfile configurations.
@@ -76,7 +76,7 @@
 KERNEL_KENTON	= rel_32 $(TPB)/boot_kenton krn
 KERNEL_IDE	= rel_32 $(TPB)/boot_ide krn
 
-ALLOBJS		=  $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) $(RFM)
+ALLOBJS		=  $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RFM) $(RBF) $(SCF) $(PIPE)
 
 all:	$(ALLOBJS)