Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 3334b31eb..58a979e11 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -99,7 +99,7 @@ stksizes: busybox_unstripped
.PHONY: bigdata
bigdata: busybox_unstripped
- $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [tr] '
+ $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [trw] '
# Documentation Targets
.PHONY: doc