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/makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/nbiotd/makefile b/src/nbiotd/makefile
index 5510125..ad06555 100644
--- a/src/nbiotd/makefile
+++ b/src/nbiotd/makefile
@@ -49,7 +49,7 @@
# archive to a static library, named lib${subdir_name}.a
OBJFILES = $(patsubst %.c,%,$(wildcard *.c))
SUBSRCS = $(shell find . -follow -maxdepth 1 -type d|sed -n 's/.\///p'|grep -v 'libs' \
- |grep -v 'etc' | grep -v '.svn'|grep -v '.git'|grep -v 'include'|grep -v 'bin')
+ | grep -v '.svn'|grep -v '.git'|grep -v 'include'|grep -v 'bin')
# Add the subdir compiled static library into LDFLAGS
#LDFLAGS+=$(patsubst %,-L%,$(SUBSRCS))
@@ -107,7 +107,7 @@
.PHONY: all
-all: entry prepare binary install
+all: entry prepare binary
prepare:
@if [ ! -L cp_library ] ; then \
--
Gitblit v1.9.1