]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBasicsbSensors/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tosthreads / apps / TestBasicsbSensors / Makefile
index 7580f0d4dcf4572bc12a92e0d81c4d293e1cdae9..ba7d7d3de19dfa035162330c16e1212e11455ba8 100644 (file)
@@ -2,4 +2,12 @@ COMPONENT=TestBasicsbSensorsAppC
 CFLAGS += -I$(TOSDIR)/sensorboards/basicsb
 CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/basicsb
 
-include $(MAKERULES)
+ifneq ($(filter mica2 mica2dot micaz iris clean,$(MAKECMDGOALS)),)
+  include $(MAKERULES)
+else
+%:
+       @echo "    Sorry, this application is only written to work with mica based motes and the basicsb sensorboards.."
+threads:
+       @:
+endif
+