]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/avr.rules
Changed bsl.exra to search for the string between the commas and not short circuiting...
[tinyos-2.x.git] / support / make / avr / avr.rules
index ce0f17ba4a6e619ba2a46eef5b9baf2ec5933eb2..d3acf1d74491ef1014eb333768222f790721b5ce 100644 (file)
@@ -47,7 +47,7 @@ MAIN_SREC = $(BUILDDIR)/main.srec
 MAIN_IHEX = $(BUILDDIR)/main.ihex
 INSTALL_SREC = $(MAIN_SREC).out$(if $(NODEID),-$(NODEID),)
 VOLUMEFILE = volumes-at45db.xml
-VOLUME_ALLOCATOR = tos-storage-at45db
+VOLUME_ALLOCATOR ?= tos-storage-at45db
 VOLUME_ALLOCATOR_FLAGS ?=
 
 PFLAGS += -Wall -Wshadow $(NESC_FLAGS)