[Tinyos-2-commits]
CVS: tinyos-2.x/support/make/pxa27x pxa27x.rules, 1.1.2.8, 1.1.2.9
Philip Buonadonna
philipb at users.sourceforge.net
Wed Jul 26 17:18:40 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7051/pxa27x
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
pxa27x.rules
Log Message:
Added storage support to make subsystem
Index: pxa27x.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x/pxa27x.rules,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** pxa27x.rules 7 Feb 2006 18:03:23 -0000 1.1.2.8
--- pxa27x.rules 27 Jul 2006 00:18:38 -0000 1.1.2.9
***************
*** 50,53 ****
--- 50,63 ----
$(if $(PROGRAM),,$(call TOSMake_include,pxa27x/$(DEFAULT_PROGRAM).extra))
+ # Build storage file if volumes.xml present
+ ifneq ($(wildcard $(VOLUME_FILE)), )
+ exe0: $(BUILDDIR)/StorageVolumes.h
+
+ $(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE)
+ $(VOLUME_ALLOCATOR) <$(VOLUME_FILE) >$@
+
+ PFLAGS += -I$(BUILDDIR)
+ endif
+
ifndef BUILD_DEPS
ifeq ($(filter $(BUILDLESS_DEPS),$(GOALS)),)
More information about the Tinyos-2-commits
mailing list