summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-05-12 11:45:54 +0900
committerTom Rini <trini@ti.com>2014-06-05 14:38:38 -0400
commit06e878cb3d2ef13d1529a2e4c63afe3920f18732 (patch)
tree15840c11129ca4323fd539156e679b59a4d84cac /Makefile
parent2aff23cadfb727ae0c2cbe2008383ac080f0f54c (diff)
downloadtalos-obmc-uboot-06e878cb3d2ef13d1529a2e4c63afe3920f18732.tar.gz
talos-obmc-uboot-06e878cb3d2ef13d1529a2e4c63afe3920f18732.zip
kbuild: remove unused RANLIB
RANLIB was added by commit e221174 (more than a decade ago) but it has been never referenced at all. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1df3f707cb..2fa0966c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,6 @@ STRIP = $(CROSS_COMPILE)strip
OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
AWK = awk
-RANLIB = $(CROSS_COMPILE)RANLIB
DTC = dtc
CHECK = sparse
OpenPOWER on IntegriCloud