[Tinyos-commits] CVS: tinyos-1.x/apps/GlowRadio Makefile,1.1,1.2

Kristin Wright kristinwright at users.sourceforge.net
Thu Jul 28 22:25:29 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/apps/GlowRadio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16930

Modified Files:
	Makefile 
Log Message:
change PFLAGS to include new path to LedsIntensity library; exclude platforms which do not have a TimerMilli implementation

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/apps/GlowRadio/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	10 May 2004 07:07:48 -0000	1.1
--- Makefile	29 Jul 2005 05:25:27 -0000	1.2
***************
*** 1,4 ****
  COMPONENT ?= GlowRadioC
! CFLAGS += -I../LedsIntensity
  include ../Makerules
  
--- 1,5 ----
+ PLATFORMS=telos telosb
  COMPONENT ?= GlowRadioC
! CFLAGS += -I%T/lib/LedsIntensity
  include ../Makerules
  



More information about the Tinyos-commits mailing list