]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/Makedefaults
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / Makedefaults
diff --git a/support/make/Makedefaults b/support/make/Makedefaults
new file mode 100644 (file)
index 0000000..bfb5ec0
--- /dev/null
@@ -0,0 +1,24 @@
+#-*-Makefile-*- vim:syntax=make
+#$Id$
+
+DEFAULT_LOCAL_GROUP ?= 0x7d
+OPTFLAGS ?= -Os
+NESC_FLAGS ?= -Wnesc-all
+GOALS += tos-ident-flags tos_image
+
+define DEFAULT_HELP
+
+ Welcome to the TinyOS make system!
+
+ You must specify one of the valid targets and possibly some combination of
+ the extra options.  Many targets have custom extras and extended help, so be
+ sure to try "make <target> help" to learn of all the available features.
+
+ Global extras:
+
+   docs    : compile additional nescdoc documentation
+   tinysec : compile with TinySec secure communication
+
+endef
+HELP += $(DEFAULT_HELP)
+