X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Favr%2Favr.rules;h=9d398109da857f1058fdb5d93fb54c49a32f2c1c;hb=742d9605d866e62bec6fc0f27344b278d11d31dd;hp=d61f14f001d2b357a2fdbbb52f94f141874775e8;hpb=7f03f3e636d9a17c87144c4ffafe4bfa04d0bba8;p=tinyos-2.x.git diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index d61f14f0..9d398109 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -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 @: