]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/misc/tos-write-buildinfo.in
dummy change to test build system
[tinyos-2.x.git] / tools / tinyos / misc / tos-write-buildinfo.in
index e9b043d445acef9200d0edb5eab0dce15db82047..969d944ecded1cf5e51cd1c5b161b7864e932b5f 100644 (file)
@@ -39,7 +39,6 @@ for my $arg (@ARGV) {
   }
 }
 
-
 my @text;
 my $rc2 = qx"$size $exe |grep main ";
 #print $rc2;
@@ -50,10 +49,19 @@ print "<metrics>\n";
 print "  <ram>";
 print $text[1];
 print "</ram>\n";
+print "  <$platform-ram>";
+print $text[1];
+print "</$platform-ram>\n";
 print "  <flash>";
 print $text[0];
 print "</flash>\n";
+print "  <$platform-flash>";
+print $text[0];
+print "</$platform-flash>\n";
 print "  <stack>";
 print $text[2];
 print "</stack>\n";
+print "  <$platform-stack>";
+print $text[2];
+print "</$platform-stack>\n";
 print "</metrics>\n";