X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Favr%2Favr.rules;h=dfbbcb10bab9ff0d5bbd7b0ea4fdf1ee80eefde6;hb=a81ad2997ae0fcc1b2cab3db94ecf62ab4a923ee;hp=5f95880bdfa6ecb489096c911f60d2bff58d27ed;hpb=173c6b1bba83a27d269b721a37405313cdf9fdb1;p=tinyos-2.x.git diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 5f95880b..dfbbcb10 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -138,6 +138,11 @@ exe0: builddir $(BUILD_EXTRA_DEPS) FORCE $(NCC) -o $(MAIN_EXE) $(NCC_SAFE_TINYOS_FLAGS) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(WIRING_CHECK_FLAGS) $(COMPONENT).nc $(LIBS) $(LDFLAGS) ifdef WIRING_CHECK_FILE @nescc-wiring $(WIRING_CHECK_FILE) +endif +ifdef STACK_CHECK + @echo + @tos-ramsize $(PLATFORM) $(MAIN_EXE) + @echo endif @echo " compiled $(COMPONENT) to $(MAIN_EXE)"