]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBasicsbSensors/Makefile
Update to TestCollection apps for tosthreads to send correct payload for displaying...
[tinyos-2.x.git] / apps / tosthreads / apps / TestBasicsbSensors / Makefile
index 7580f0d4dcf4572bc12a92e0d81c4d293e1cdae9..eca2a88d88c7c2a4d21a16d5513b35fd7ce4dc13 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 micaz clean,$(MAKECMDGOALS)),)
+  include $(MAKERULES)
+else
+%:
+       @echo "    Sorry, this application is only written to work with mica based motes and the basicsb sensorboards.."
+threads:
+       @:
+endif
+