From e3bc01f494ddd7cabb8a3ab020fb46e588978744 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 20 Nov 2018 13:34:12 +0800 Subject: [PATCH] update iotd_conf.c file, remove printf to log_nrml --- src/nbiotd/core/makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/nbiotd/core/makefile b/src/nbiotd/core/makefile index 366a7c0..e8223ca 100644 --- a/src/nbiotd/core/makefile +++ b/src/nbiotd/core/makefile @@ -20,6 +20,7 @@ DYNLIB=lib${LIBNAME}.so CROSS_COMPILE?=/opt/rpi/arm-bcm2708/arm-linux-gnueabihf/bin/arm-linux-gnueabihf- +LINK_MODE=STATIC VPATH= . SRCS = $(wildcard ${VPATH}/*.c) -- Gitblit v1.9.1