From 3a6558e1e715c6a2742d046495d8b7b62afdbe68 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 1 Sep 2010 14:32:55 +0300 Subject: lib: fix libcrc32 generation libcrc32.a was generated without external symbols: nm -g libcrc32.a shoed nothing. This patch fixes it to make libcrc32.a build to be the same as libmtd.a. Frankly, I do not know why this happened and why this patch fixes the issue, sorry for my ignorance. But this works. Signed-off-by: Artem Bityutskiy --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 621ed63..9de6a7d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,6 +11,7 @@ TARGETS = libmtd.a libcrc32.a include ../common.mk +$(BUILDDIR)/libcrc32.a: $(addprefix $(BUILDDIR)/, libcrc32.o) $(BUILDDIR)/libmtd.a: $(addprefix $(BUILDDIR)/,\ libmtd.o libmtd_legacy.o libcrc32.o libfec.o) -- cgit v1.2.3