summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-19 19:31:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-19 19:31:52 +0200
commit5676a2deea896f38123b99781da0a612865adeb0 (patch)
tree8cfd60adc6b707073a0fa908ef83fada81be9d8d /package/Makefile.in
parent10c4d27aef4dca01572cfc8146cbfd194a1a85e4 (diff)
package/Makefile.in: remove unused STRIP_STRIP_ALL variable
This variable has been unused for a long time, so we can get rid of its definition. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 83c9a894e..b4a4c6064 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -203,7 +203,6 @@ TARGET_OBJDUMP = $(TARGET_CROSS)objdump
ifeq ($(BR2_STRIP_strip),y)
STRIP_STRIP_DEBUG := --strip-debug
-STRIP_STRIP_ALL := --strip-all
TARGET_STRIP = $(TARGET_CROSS)strip
STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
endif