mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-29 15:29:14 +00:00
12 lines
232 B
Diff
12 lines
232 B
Diff
--- 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
|
|
|