]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Sniffer/Makefile
added rf230 test applications for the IRIS mote
[tinyos-2.x.git] / apps / tests / rf230 / RF230Sniffer / Makefile
diff --git a/apps/tests/rf230/RF230Sniffer/Makefile b/apps/tests/rf230/RF230Sniffer/Makefile
new file mode 100644 (file)
index 0000000..5ce24c2
--- /dev/null
@@ -0,0 +1,8 @@
+COMPONENT=RF230SnifferC
+IEEE154_CHANNEL ?= 11
+CFLAGS += -DCC240_DEF_CHANNEL=$(IEEE154_CHANNEL)
+CFLAGS += -DRF230_DEF_CHANNEL=$(IEEE154_CHANNEL)
+CFLAGS += -I$(TOSDIR)/lib/diagmsg
+CFLAGS += -DTASKLET_IS_TASK
+CFLAGS += -DDIAGMSG_RECORDED_MSGS=60
+include $(MAKERULES)