X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestCollection%2FMakefile;h=7e378bf078429c641532acaaf1e7eb17309bf94b;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hp=47dfa4bbf58acbb9863734877d9d3d6515d5a52c;hpb=018a52ddce1421929d6a88a21f185f593199b0fa;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/TestCollection/Makefile b/apps/tosthreads/capps/TestCollection/Makefile index 47dfa4bb..7e378bf0 100644 --- a/apps/tosthreads/capps/TestCollection/Makefile +++ b/apps/tosthreads/capps/TestCollection/Makefile @@ -1,7 +1,5 @@ TOSTHREAD_MAIN=TestCollection.c -PFLAGS += -DTOSTHREAD_MAIN_STACK_SIZE=800 - CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ @@ -10,4 +8,14 @@ CFLAGS += -I$(TOSDIR)/lib/net/ CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle -include $(MAKERULES) +ifneq ($(filter telosb tmote tinynode shimmer iris epic clean,$(MAKECMDGOALS)),) + include $(MAKERULES) +else +%: + @echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris, etc.)" +cthreads: + @: +dynthreads: + @: +endif +