[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/vu/tools/make vandy.extra, 1.3, 1.4

Brano Kusy kusyb at users.sourceforge.net
Tue Jun 27 07:34:20 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/vu/tools/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5258

Modified Files:
	vandy.extra 
Log Message:


Index: vandy.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/vu/tools/make/vandy.extra,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** vandy.extra	28 Nov 2005 18:18:00 -0000	1.3
--- vandy.extra	27 Jun 2006 14:34:18 -0000	1.4
***************
*** 25,31 ****
  	PFLAGS := $(PFLAGS) -I$(VUTOS)/lib/CC2420 -I$(VUTOS)/platform/micaz -I$(VUTOS)/platform/mica2
  endif
! ifeq ($(PLATFORM),telos)
! 	PFLAGS := $(PFLAGS) -I$(VUTOS)/lib/CC2420 -I$(VUTOS)/platform/telos
! endif
  
  PFLAGS += -I$(VUTOS)/interfaces -I$(VUTOS)/system
--- 25,34 ----
  	PFLAGS := $(PFLAGS) -I$(VUTOS)/lib/CC2420 -I$(VUTOS)/platform/micaz -I$(VUTOS)/platform/mica2
  endif
! ifeq ($(PLATFORM),telos)
! 	PFLAGS := -I$(VUTOS)/lib/CC2420 -I$(VUTOS)/interfaces $(PFLAGS) 
! endif
! ifeq ($(PLATFORM),telosb)
! 	PFLAGS := -I$(VUTOS)/lib/CC2420 -I$(VUTOS)/interfaces $(PFLAGS) 
! endif
  
  PFLAGS += -I$(VUTOS)/interfaces -I$(VUTOS)/system



More information about the Tinyos-contrib-commits mailing list