[Tinyos-commits] CVS: tinyos-1.x/apps/OscilloscopeRF Makefile, 1.2,
1.3
Kamin Whitehouse
kaminw at users.sourceforge.net
Tue Jul 5 14:08:57 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/apps/OscilloscopeRF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26718
Modified Files:
Makefile
Log Message:
adding a line to the makefile to make OscilloscopeRF work with the python environment
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/apps/OscilloscopeRF/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 7 Oct 2003 21:44:58 -0000 1.2
--- Makefile 5 Jul 2005 21:08:55 -0000 1.3
***************
*** 1,4 ****
--- 1,5 ----
COMPONENT=Oscilloscope
PFLAGS=-I../Oscilloscope
+ TOSMAKE_PATH += $(TOSDIR)/../contrib/hood/scripts
include ../Makerules
More information about the Tinyos-commits
mailing list