]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBasicsbSensors/Makefile
added iris support
[tinyos-2.x.git] / apps / tosthreads / apps / TestBasicsbSensors / Makefile
index 7580f0d4dcf4572bc12a92e0d81c4d293e1cdae9..4d9ca1d0f71d51554afab084083164d2d939ae9e 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 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
+