From 6db0960200c5a1307914486172094fccf23b33ed Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 27 Mar 2019 15:38:23 +0800
Subject: [PATCH] Add 0.91 Inch OLED
---
src/nbiotd/nbiot/makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/nbiotd/nbiot/makefile b/src/nbiotd/nbiot/makefile
index 366a7c0..e8223ca 100644
--- a/src/nbiotd/nbiot/makefile
+++ b/src/nbiotd/nbiot/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