[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors Makefile, 1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Wed Jun 18 07:48:58 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31869/apps/tosthreads/apps/TestBasicsbSensors
Modified Files:
Makefile
Log Message:
Update to TestCollection apps for tosthreads to send correct payload for displaying sensor values
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 14 Jun 2008 19:24:06 -0000 1.1
--- Makefile 18 Jun 2008 14:48:56 -0000 1.2
***************
*** 3,5 ****
CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/basicsb
! include $(MAKERULES)
--- 3,13 ----
CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/basicsb
! ifneq ($(filter mica2 micaz clean,$(MAKECMDGOALS)),)
! include $(MAKERULES)
! else
! %:
! @echo " Sorry, this application is only written to work with mica based motes and the basicsb sensorboards.."
! threads:
! @:
! endif
!
More information about the Tinyos-2-commits
mailing list