[U-Boot] [PATCH 1/2] kbuild: remove unused RANLIB
Masahiro Yamada
yamada.m at jp.panasonic.com
Mon May 12 04:45:54 CEST 2014
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 at jp.panasonic.com>
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9ff9e23..1c8af3f 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
--
1.8.3.2
More information about the U-Boot
mailing list