summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 84c0178641..888ff06d8c 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -753,6 +753,11 @@ ifneq ($(CONFIG_FW_INCLUDE_RO),)
endif
$(call cmd_size,RW)
+# Print the smallest spaces in flash
+stats: build_boards
+ $(call cmd_stats,RO)
+ $(call cmd_stats,RW)
+
.SECONDARY:
-include $(deps)