1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 19:51:06 +02:00

12 lines
232 B
Diff
Raw Normal View History

--- 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