]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/telos.target
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / telos.target
diff --git a/support/make/telos.target b/support/make/telos.target
new file mode 100644 (file)
index 0000000..9f11ea0
--- /dev/null
@@ -0,0 +1,13 @@
+#-*-Makefile-*- vim:syntax=make
+#$Id$
+
+TELOS_REV ?= A
+
+ifeq ($(TELOS_REV),A)
+  TELOS_TARGET = telosa.target
+else
+  TELOS_TARGET = telosb.target
+endif
+
+$(call TOSMake_include,$(TELOS_TARGET))
+