]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/6lowpancli/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / 6lowpancli / Makefile
diff --git a/apps/6lowpancli/Makefile b/apps/6lowpancli/Makefile
deleted file mode 100644 (file)
index a4c380e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-COMPONENT=CliAppC
-
-CFLAGS += -I$(TOSDIR)/lib/printf -I$(TOSDIR)/lib/net/6lowpan -D'TOSH_DATA_LENGTH=102'
-
-# TelosB
-# CFLAGS + = "-D'ENABLE_TELOSB_LIGHT_SENSOR=1' -D'ENABLE_TELOSB_TEMP_SENSOR=1'"
-
-# MicaZ with the mts300 sensorboard
-# CFLAGS += "-D'ENABLE_MICAZ_LIGHT_SENSOR=1' -D'ENABLE_MICAZ_TEMP_SENSOR=1' -D'ENABLE_SOUNDER=1'"
-
-
-include $(MAKERULES)