aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/patches/131-fix_lib_compile.patch
blob: fef133317718904f7d66f65f0f3e40681794b6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -7,7 +7,7 @@ SUBDIRS =
 # CFLAGS += -Werror
 CPPFLAGS += -I../include
 LIBS = libmtd libcrc32
-TARGETS = libmtd.a libcrc32.a
+override TARGETS = libmtd.a libcrc32.a
 
 include ../common.mk