]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/all.target
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / all.target
diff --git a/support/make/all.target b/support/make/all.target
new file mode 100644 (file)
index 0000000..f960c4a
--- /dev/null
@@ -0,0 +1,8 @@
+#-*-Makefile-*- vim:syntax=make
+#$Id$
+
+PLATFORMS ?= mica mica2 mica2dot telos micaz pc
+
+all: FORCE
+       for target in $(filter-out $(INVALID_PLATFORMS),$(PLATFORMS)); do cmd="make $$target"; echo ".... $$cmd"; $$cmd; done
+