]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Minor updates to some tosthreads makefiles to make them more descriptive
authorklueska <klueska>
Wed, 28 Oct 2009 11:14:39 +0000 (11:14 +0000)
committerklueska <klueska>
Wed, 28 Oct 2009 11:14:39 +0000 (11:14 +0000)
apps/tosthreads/apps/TestBasicsbSensors/Makefile
apps/tosthreads/capps/TestCollection/Makefile

index 4d9ca1d0f71d51554afab084083164d2d939ae9e..ba7d7d3de19dfa035162330c16e1212e11455ba8 100644 (file)
@@ -2,7 +2,7 @@ COMPONENT=TestBasicsbSensorsAppC
 CFLAGS += -I$(TOSDIR)/sensorboards/basicsb
 CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/basicsb
 
-ifneq ($(filter mica2 micaz iris clean,$(MAKECMDGOALS)),)
+ifneq ($(filter mica2 mica2dot micaz iris clean,$(MAKECMDGOALS)),)
   include $(MAKERULES)
 else
 %:
index aeac9db9161604d63924943f52d667cdeb5a99e7..4b84d685829ba0a2fda7d8e3be177cb74c252d77 100644 (file)
@@ -12,7 +12,7 @@ ifneq ($(filter telosb tmote tinynode shimmer iris clean,$(MAKECMDGOALS)),)
   include $(MAKERULES)
 else
 %:
-       @echo "    Sorry, this application only works on platforms with >8kB of RAM (telos, iris)"
+       @echo "    Sorry, this application only works on platforms with >8kB of RAM (telos, iris, etc.)"
 cthreads:
        @:
 dynthreads: