changeset 2439:eabc21a96aa3

rfm support
author aaronwolfe
date Thu, 25 Feb 2010 00:19:21 +0000
parents a0d17254fbb3
children d5ba9175a498
files level2/coco3_6309/modules/makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3_6309/modules/makefile	Thu Feb 25 00:09:32 2010 +0000
+++ b/level2/coco3_6309/modules/makefile	Thu Feb 25 00:19:21 2010 +0000
@@ -65,6 +65,8 @@
 		piper.dr \
 		pipe.dd
 
+RFM		= rfm.mn rfmdrv.dt y0_rfm.dd
+
 #
 # The following macros represent a collection of modules for various
 # kernel tracks and bootfile configurations.
@@ -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) $(RBF) $(SCF) $(PIPE) $(RFM)
 
 all:	$(ALLOBJS)