[Tinyos-2-commits] CVS: tinyos-2.x/support/make Makerules,1.4,1.5
David Gay
idgay at users.sourceforge.net
Wed Apr 11 14:07:58 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26879
Modified Files:
Makerules
Log Message:
include support in storage volume xml files
note that there's now a PLATFORMDIR define that points to the actual
platform directory and that can be overridden in .target files
Index: Makerules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/Makerules,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makerules 12 Dec 2006 18:22:54 -0000 1.4
--- Makerules 11 Apr 2007 21:07:56 -0000 1.5
***************
*** 134,137 ****
--- 134,139 ----
-include $(TINYOS_MAKEDEFAULTS)
+ PLATFORMDIR ?= $(TOSDIR)/platforms/$(PLATFORM)
+
# Mark TOSMAKE_PATH with a + so that they're not searched for by TOSMake_find.
$(foreach incdir,$(addprefix +,$(TOSMAKE_PATH)),$(call TOSMake_include_dir,$(incdir)))
More information about the Tinyos-2-commits
mailing list