]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/avr.rules
added new extra target tos_buildinfo to create an xml file containing metrics and...
[tinyos-2.x.git] / support / make / avr / avr.rules
index d61f14f001d2b357a2fdbbb52f94f141874775e8..9d398109da857f1058fdb5d93fb54c49a32f2c1c 100644 (file)
@@ -48,7 +48,7 @@ ifndef DEFAULT_PROGRAM
 DEFAULT_PROGRAM = dapa
 endif
 
-BUILDLESS_DEPS += bytes
+BUILDLESS_DEPS += bytes 
 
 ifndef NOWIRING
 include $(TINYOS_MAKE_PATH)/wiring.extra
@@ -83,6 +83,9 @@ delsetid: FORCE
 srec: exe FORCE
        $(OBJCOPY) --output-target=srec $(MAIN_EXE) $(MAIN_SREC)
 
+tos_buildinfo: ihex build_buildinfo FORCE
+  @:
+  
 tosimage: ihex build_tosimage FORCE
        @: