]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
TFrame support.
authorscipio <scipio>
Mon, 16 Jun 2008 22:43:53 +0000 (22:43 +0000)
committerscipio <scipio>
Mon, 16 Jun 2008 22:43:53 +0000 (22:43 +0000)
support/make/tframe.extra [new file with mode: 0644]

diff --git a/support/make/tframe.extra b/support/make/tframe.extra
new file mode 100644 (file)
index 0000000..f692778
--- /dev/null
@@ -0,0 +1,9 @@
+# Makefile extra for compiling 802.15.4 TinyOS apps with t-frames.
+# T-frames are not interoperable with 6lowpan networks.
+# Please see TEP 125 for details.
+# Philip Levis, June 15 2008.
+
+#Include directory where T-Frame implementation lies.
+CFLAGS += -DTFRAMES_ENABLED
+
+