diff --git a/tools/sky/Makefile b/tools/sky/Makefile index 1b4331742..8eb9ec3e2 100644 --- a/tools/sky/Makefile +++ b/tools/sky/Makefile @@ -58,3 +58,8 @@ sky-reset-sequence: $(foreach PORT, $(MOTES), $(PORT).sky-r) %.sky-r: $(BSL) --telosb -c $(basename $@) -r + +sizeplot: + msp430-size $(OBJECTDIR)/*.o | $(CONTIKI)/tools/sky/check-size > size-data + gnuplot $(CONTIKI)/tools/sky/plot-size + gv size.pdf