[Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/LowPowerSensing/Sampler Makefile, 1.3, 1.4
Kevin Klues
klueska at users.sourceforge.net
Fri May 16 18:27:58 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Sampler
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1207/apps/tutorials/LowPowerSensing/Sampler
Modified Files:
Makefile
Log Message:
Minor updates to Makefiles for LowPowerSensing application
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Sampler/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 3 Mar 2008 03:12:35 -0000 1.3
--- Makefile 17 May 2008 01:27:55 -0000 1.4
***************
*** 1,5 ****
COMPONENT=LowPowerSensingPeriodicSamplerAppC
! CFLAGS += -I.. -I../sampleLog -I../universal_sensors
! CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
include $(MAKERULES)
--- 1,6 ----
COMPONENT=LowPowerSensingPeriodicSamplerAppC
! CFLAGS += -I.. -I../universal_sensors
! #CFLAGS += -I.. -I../tmote_onboard_sensors
! #CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
include $(MAKERULES)
More information about the Tinyos-2-commits
mailing list