aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 077f5abf2..41b2ea103 100644
--- a/Makefile
+++ b/Makefile
@@ -681,7 +681,7 @@ busybox_unstripped: $(busybox-all) FORCE
681 $(Q)rm -f .old_version 681 $(Q)rm -f .old_version
682 682
683busybox: busybox_unstripped 683busybox: busybox_unstripped
684 $(Q)strip -s --remove-section=.note --remove-section=.comment \ 684 $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \
685 busybox_unstripped -o $@ 685 busybox_unstripped -o $@
686 686
687# The actual objects are generated when descending, 687# The actual objects are generated when descending,