X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestBasicsbSensors%2FMakefile;h=ba7d7d3de19dfa035162330c16e1212e11455ba8;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=7580f0d4dcf4572bc12a92e0d81c4d293e1cdae9;hpb=7a60e64a56d51713af119b386176192060f696f7;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestBasicsbSensors/Makefile b/apps/tosthreads/apps/TestBasicsbSensors/Makefile index 7580f0d4..ba7d7d3d 100644 --- a/apps/tosthreads/apps/TestBasicsbSensors/Makefile +++ b/apps/tosthreads/apps/TestBasicsbSensors/Makefile @@ -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 +