From: sallai Date: Wed, 2 Jul 2008 19:12:45 +0000 (+0000) Subject: added iris support X-Git-Tag: release_tinyos_2_1_0_0~119 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=87395c05d898dff500537c2afdf6d1dec6903b2f added iris support --- diff --git a/apps/tosthreads/apps/TestBasicsbSensors/Makefile b/apps/tosthreads/apps/TestBasicsbSensors/Makefile index eca2a88d..4d9ca1d0 100644 --- a/apps/tosthreads/apps/TestBasicsbSensors/Makefile +++ b/apps/tosthreads/apps/TestBasicsbSensors/Makefile @@ -2,7 +2,7 @@ COMPONENT=TestBasicsbSensorsAppC CFLAGS += -I$(TOSDIR)/sensorboards/basicsb CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/basicsb -ifneq ($(filter mica2 micaz clean,$(MAKECMDGOALS)),) +ifneq ($(filter mica2 micaz iris clean,$(MAKECMDGOALS)),) include $(MAKERULES) else %: