]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/avr.rules
ignore failure of tos-ramsize, it is not a critical part of the build
[tinyos-2.x.git] / support / make / avr / avr.rules
index dfbbcb10bab9ff0d5bbd7b0ea4fdf1ee80eefde6..feba047c1468515b879a53b99d38c34ae0106a37 100644 (file)
@@ -141,7 +141,7 @@ ifdef WIRING_CHECK_FILE
 endif
 ifdef STACK_CHECK
        @echo
-       @tos-ramsize $(PLATFORM) $(MAIN_EXE)
+       @-tos-ramsize $(PLATFORM) $(MAIN_EXE)
        @echo
 endif
        @echo "    compiled $(COMPONENT) to $(MAIN_EXE)"