]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added back over-written (outside check-in) mod adding '.' this enables
authorayer1 <ayer1>
Thu, 17 Sep 2009 13:36:55 +0000 (13:36 +0000)
committerayer1 <ayer1>
Thu, 17 Sep 2009 13:36:55 +0000 (13:36 +0000)
us to do app-specific mods of system params (e.g. clock).

tos/platforms/shimmer/.platform

index 6e9ec9dd00ade13d48614d84c4ef08c1a51b374c..1a3a7e8db078ae31f566c41005353be606c87274 100644 (file)
@@ -8,10 +8,13 @@
 
 push( @includes, qw(
 
+      .
   %T/platforms/shimmer
   %T/platforms/shimmer/chips/cc2420
   %T/platforms/shimmer/chips/mma7260
   %T/platforms/shimmer/chips/sd
+  %T/platforms/shimmer/chips/bluetooth
+  %T/platforms/shimmer/chips/msp430
   %T/chips/cc2420
   %T/chips/cc2420/alarm
   %T/chips/cc2420/control
@@ -73,4 +76,4 @@ $ENV{'CIL_MACHINE'} =
     "big_endian=false " .
     "underscore_name=false " .
     "__builtin_va_list=true " .
-    "__thread_is_keyword=true";
\ No newline at end of file
+    "__thread_is_keyword=true";