X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmimsp%2Ftmirws%2F.platform;fp=tos%2Fplatforms%2Ftmimsp%2Ftmirws%2F.platform;h=7f3278da2127f4bb6ce4c99ab9be361d243e3e7c;hb=18ef68f001622bfd913d4269bf191563a5be475c;hp=0000000000000000000000000000000000000000;hpb=cb216ac6294d73dd26a76e4896b8af4413025216;p=tinyos-2.x.git diff --git a/tos/platforms/tmimsp/tmirws/.platform b/tos/platforms/tmimsp/tmirws/.platform new file mode 100644 index 00000000..7f3278da --- /dev/null +++ b/tos/platforms/tmimsp/tmirws/.platform @@ -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 +) );