From 1cb8c697a8a86875ca8f9661c013d7df952b6711 Mon Sep 17 00:00:00 2001 From: scipio Date: Mon, 16 Jun 2008 22:43:53 +0000 Subject: [PATCH] TFrame support. --- support/make/tframe.extra | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 support/make/tframe.extra diff --git a/support/make/tframe.extra b/support/make/tframe.extra new file mode 100644 index 00000000..f6927788 --- /dev/null +++ b/support/make/tframe.extra @@ -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 + + -- 2.39.2