[Tinyos-commits] CVS: tinyos-1.x/tools/make bnp.extra,1.12,1.13

Jonathan Hui jwhui at users.sourceforge.net
Fri Jul 22 11:05:19 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29485

Modified Files:
	bnp.extra 
Log Message:
- Point to Deluge files in the main tree.



Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/bnp.extra,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bnp.extra	22 Jul 2005 06:26:06 -0000	1.12
--- bnp.extra	22 Jul 2005 18:05:16 -0000	1.13
***************
*** 2,7 ****
  #$Id$
  
! DELUGE_DIR ?= %T/../beta/Deluge/Deluge
! TOSBOOT_DIR ?= $(TOSDIR)/../beta/Deluge/Deluge/TOSBoot/build
  
  ifdef TINYOS_NP
--- 2,7 ----
  #$Id$
  
! DELUGE_DIR ?= %T/lib/Deluge
! TOSBOOT_DIR ?= $(TOSDIR)/lib/Deluge/TOSBoot/build
  
  ifdef TINYOS_NP
***************
*** 28,32 ****
      ifeq ($(TARGETS),pc)
        CFLAGS += -I$(DELUGE_DIR)
-       CFLAGS += -I%T/../beta/Deluge/pc
        CFLAGS += -I%T/lib/Flash
        CFLAGS += -I%T/lib/Flash/STM25P
--- 28,31 ----



More information about the Tinyos-commits mailing list