diff options
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index bb59776..a011d53 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -67,6 +67,7 @@ sizes: busybox_unstripped .PHONY: bloatcheck bloatcheck: busybox_old busybox_unstripped @$(srctree)/scripts/bloat-o-meter busybox_old busybox_unstripped + @$(CROSS_COMPILE)size busybox_old busybox_unstripped .PHONY: baseline baseline: busybox_unstripped |