From: idgay Date: Wed, 11 Apr 2007 21:30:08 +0000 (+0000) Subject: stm25p volume file include support X-Git-Tag: tinyos/2.0.1~73 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=f8dc84c9b4ed9490662d0e46f9c44277380fd5be;p=tinyos-2.x.git stm25p volume file include support --- diff --git a/support/make/msp/msp.rules b/support/make/msp/msp.rules index 972ab295..0c98cf45 100644 --- a/support/make/msp/msp.rules +++ b/support/make/msp/msp.rules @@ -58,7 +58,7 @@ ifneq ($(wildcard $(VOLUME_FILE)), ) exe0: $(BUILDDIR)/StorageVolumes.h $(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE) - $(VOLUME_ALLOCATOR) <$(VOLUME_FILE) >$@ + $(VOLUME_ALLOCATOR) $(PLATFORMDIR) <$(VOLUME_FILE) >$@ || rm -f $@ PFLAGS += -I$(BUILDDIR) endif