]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestDIP/Makefile
DIP Test Code
[tinyos-2.x.git] / apps / tests / TestDIP / Makefile
diff --git a/apps/tests/TestDIP/Makefile b/apps/tests/TestDIP/Makefile
new file mode 100644 (file)
index 0000000..de7eb1d
--- /dev/null
@@ -0,0 +1,8 @@
+COMPONENT=TestDIPC
+CFLAGS += -I$(TOSDIR)/lib/net
+CFLAGS += -I$(TOSDIR)/lib/net/dip -I$(TOSDIR)/lib/net/dip/interfaces
+#CFLAGS += -I$(TOSDIR)/lib/net/drip
+
+CONSTANTS += -DTOSH_DATA_LENGTH=32
+CFLAGS += $(CONSTANTS)
+include $(MAKERULES)