]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/msp/msp.rules
added new extra target tos_buildinfo to create an xml file containing metrics and...
[tinyos-2.x.git] / support / make / msp / msp.rules
index 0c98cf45e247fc91b009c2f7ac057ba12001ddb4..6253da4ed7648a436cb263e12f9b8209e4cebfd5 100644 (file)
@@ -72,6 +72,9 @@ endif
 setid: FORCE
        @cmd () { echo "$$@"; $$@; }; if [ x = x$(NODEID) ]; then cmd cp $(MAIN_IHEX) $(INSTALL_IHEX); else cmd $(SET_ID) --objcopy $(OBJCOPY) --objdump $(OBJDUMP) --target ihex $(MAIN_IHEX) $(INSTALL_IHEX) TOS_NODE_ID=$(NODEID) $(AMADDR)=$(NODEID); fi
 
+tos_buildinfo: ihex build_buildinfo FORCE
+  @:
+  
 tosimage: ihex build_tosimage FORCE
        @: