]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/eyesIFXv2/.platform
Merge devel code into the trunk.
[tinyos-2.x.git] / tos / platforms / eyesIFX / eyesIFXv2 / .platform
diff --git a/tos/platforms/eyesIFX/eyesIFXv2/.platform b/tos/platforms/eyesIFX/eyesIFXv2/.platform
new file mode 100644 (file)
index 0000000..fba0238
--- /dev/null
@@ -0,0 +1,16 @@
+# Includes that should take precedence come first.  Platforms come before
+# chips because they may override files.  These must be specified as
+# @includes instead of -I's to @opts, otherwise the %T won't be processed
+# by ncc.  
+
+push( @includes, qw(
+
+  %T/platforms/eyesIFX/eyesIFXv2
+  %T/platforms/eyesIFX/chips/at45db
+  %T/chips/at45db
+) );
+
+push ( @opts, qw(
+
+  -mmcu=msp430x1611
+) );