]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/6lowpan/serial_tun/build.xml
added build.xml to 6lowpan and fixed the relocated support/s/sf
[tinyos-2.x.git] / support / sdk / c / 6lowpan / serial_tun / build.xml
diff --git a/support/sdk/c/6lowpan/serial_tun/build.xml b/support/sdk/c/6lowpan/serial_tun/build.xml
new file mode 100644 (file)
index 0000000..b750c72
--- /dev/null
@@ -0,0 +1,10 @@
+<project name="tinyos-2.x support sdk c 6lowpan serial_tun" default="all">
+
+       <target name="all" >
+               <echo message = "Building support sdk c 6lowpan serial_tun" />
+               <exec executable="make" failonerror="true">
+                       <arg line="all" />
+               </exec>
+       </target>
+
+</project>