diff level1/dalpha/bootfiles/makefile @ 2690:6e40b043d3e0 lwtools-port

Removed coco port, added coco1 and coco2 ports. Cleaned term* descriptors to make unified between Level 1 and Level 2
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 19 Jul 2012 10:09:15 -0500
parents 56f966b82dc4
children d9cf60ca6dc3
line wrap: on
line diff
--- a/level1/dalpha/bootfiles/makefile	Wed Jul 18 20:28:37 2012 -0500
+++ b/level1/dalpha/bootfiles/makefile	Thu Jul 19 10:09:15 2012 -0500
@@ -33,7 +33,7 @@
 #Dragon Alpha Bootfiles
 
 BOOTFILE_COVDG_SS80 = $(MD)/ioman \
-		$(MD)/vtio.dr $(MD)/covdg.io $(MD)/term32.dt \
+		$(MD)/vtio.dr $(MD)/covdg.io $(MD)/term_vdg.dt \
 		$(MD)/rbf.mn $(MD)/adisk.dr \
 		$(MD)/ddd0_80s.dd\
                 $(MD)/d0_80s.dd $(MD)/d1_80s.dd \
@@ -45,7 +45,7 @@
 		$(MD)/sysgo_dd
 
 BOOTFILE_COHR_SS80 = $(MD)/ioman \
-		$(MD)/vtio.dr $(MD)/cohr.io $(MD)/term51.dt \
+		$(MD)/vtio.dr $(MD)/cohr.io $(MD)/term_hr.dt \
 		$(MD)/rbf.mn $(MD)/adisk.dr \
 		$(MD)/ddd0_80s.dd\
                 $(MD)/d0_80s.dd $(MD)/d1_80s.dd \
@@ -57,7 +57,7 @@
 		$(MD)/sysgo_dd
 
 BOOTFILE_COVDG_DS80 = $(MD)/ioman \
-		$(MD)/vtio.dr $(MD)/covdg.io $(MD)/term32.dt \
+		$(MD)/vtio.dr $(MD)/covdg.io $(MD)/term_vdg.dt \
 		$(MD)/rbf.mn $(MD)/adisk.dr \
 		$(MD)/ddd0_80d.dd \
 		$(MD)/d0_80d.dd $(MD)/d1_80d.dd \
@@ -69,7 +69,7 @@
 		$(MD)/sysgo_dd
 
 BOOTFILE_COHR_DS80 = $(MD)/ioman \
-		$(MD)/vtio.dr $(MD)/cohr.io $(MD)/term51.dt \
+		$(MD)/vtio.dr $(MD)/cohr.io $(MD)/term_hr.dt \
 		$(MD)/rbf.mn $(MD)/adisk.dr \
 		$(MD)/ddd0_80d.dd \
 		$(MD)/d0_80d.dd $(MD)/d1_80d.dd \