From: scipio Date: Wed, 6 Aug 2008 16:16:26 +0000 (+0000) Subject: Supports shimmer too? X-Git-Tag: release_tinyos_2_1_0_0~3 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=9b287bfd2a90557244ba1e36ff393a37880588ac Supports shimmer too? --- diff --git a/apps/tosthreads/capps/TestCollection/Makefile b/apps/tosthreads/capps/TestCollection/Makefile index 8e70067f..aeac9db9 100644 --- a/apps/tosthreads/capps/TestCollection/Makefile +++ b/apps/tosthreads/capps/TestCollection/Makefile @@ -8,7 +8,7 @@ CFLAGS += -I$(TOSDIR)/lib/net/ CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle -ifneq ($(filter telosb tmote tinynode iris clean,$(MAKECMDGOALS)),) +ifneq ($(filter telosb tmote tinynode shimmer iris clean,$(MAKECMDGOALS)),) include $(MAKERULES) else %: