]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/RssiDemo/SendingMote/Makefile
New demo app demonstrating how to sample rssi readings from the network
[tinyos-2.x.git] / apps / tutorials / RssiDemo / SendingMote / Makefile
diff --git a/apps/tutorials/RssiDemo/SendingMote/Makefile b/apps/tutorials/RssiDemo/SendingMote/Makefile
new file mode 100644 (file)
index 0000000..3ff539a
--- /dev/null
@@ -0,0 +1,7 @@
+COMPONENT=SendingMoteAppC
+
+INCLUDES= -I..
+
+CFLAGS += $(INCLUDES)
+
+include $(MAKERULES)