]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/tmote.target
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / tmote.target
diff --git a/support/make/tmote.target b/support/make/tmote.target
new file mode 100644 (file)
index 0000000..f100290
--- /dev/null
@@ -0,0 +1,17 @@
+#-*-Makefile-*- vim:syntax=make
+#$Id$
+
+TMOTE_REV ?= SKY
+
+# tmote sky == telosb
+ifeq ($(TMOTE_REV),SKY)
+  TMOTE_TARGET = telosb.target
+endif
+
+# if tmote rev is unknown, use telosb
+TMOTE_TARGET ?= telosb.target
+
+$(call TOSMake_include,$(TMOTE_TARGET))
+
+tmote: $(BUILD_DEPS)
+       @:
\ No newline at end of file