]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmimsp/tmirws/.platform
tmicore and tmirws platforms -> tmimsp family
[tinyos-2.x.git] / tos / platforms / tmimsp / tmirws / .platform
diff --git a/tos/platforms/tmimsp/tmirws/.platform b/tos/platforms/tmimsp/tmirws/.platform
new file mode 100644 (file)
index 0000000..7f3278d
--- /dev/null
@@ -0,0 +1,14 @@
+# tmirws .platform
+#
+# 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(
+  %P
+  %P/chips/scp1000
+  %P/chips/sht11
+  %T/chips/scp1000
+  %T/chips/sht11
+) );