]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/platforms/msp430/cppbsl/src/Makefile.am
added C++ bsl interface, use for resource constrained devices like the NSLU2
[tinyos-2.x.git] / tools / platforms / msp430 / cppbsl / src / Makefile.am
diff --git a/tools/platforms/msp430/cppbsl/src/Makefile.am b/tools/platforms/msp430/cppbsl/src/Makefile.am
new file mode 100644 (file)
index 0000000..4f7ec41
--- /dev/null
@@ -0,0 +1,14 @@
+## Makefile.am -- Process this file with automake to produce Makefile.in
+## src/Makefile.am
+MAINTAINERCLEANFILES = Makefile.in
+bin_PROGRAMS=cppbsl
+cppbsl_SOURCES=\
+       cmdline.h \
+       cmdline.cc \
+       Parameters.h \
+       Parameters.cc \
+       Serial.h \
+       Serial.cc \
+       Bsl.h \
+       Bsl.cc \
+       cppbsl.cc