commit | f7fa7cea214ff6258be7f5902a7d25b443530e2b | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Sat May 24 16:34:13 2025 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Sat May 24 16:34:13 2025 +0800 |
tree | f9b48ee3f17411135ffd65494446a4d14eefcc90 | |
parent | 4ce52123fb3d945c3da4fe35e78b2c3f9890defb [diff] |
Fix build error for mbtk Change-Id: I66b581decbd81a7db90d8ba379bfb7e04c049c68
diff --git a/mbtk/liblynq_lib/Makefile b/mbtk/liblynq_lib/Makefile index 44349a0..6205103 100755 --- a/mbtk/liblynq_lib/Makefile +++ b/mbtk/liblynq_lib/Makefile
@@ -38,6 +38,7 @@ $(dtarget): $(OBJS) $(CC) $(CFLAGS) $(LIB_DIR) $(LIBS) $(OBJS) -o $@ + cp $@ $(BUILD_ROOT)/rootfs/lib %.o:%.c $(CC) $(CFLAGS) $(INC_DIR) $(DEFINE) -c $< -o $@