Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
7abf671f
Commit
7abf671f
authored
Jul 27, 2020
by
黄振令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Author: huang.zhenling
parent
e99a90d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/midware/iot.mk
src/midware/iot.mk
+2
-4
No files found.
src/midware/iot.mk
View file @
7abf671f
...
@@ -4,11 +4,9 @@ $(call Append_Conditional, LIB_SRCS_EXCLUDE, midware.c)
...
@@ -4,11 +4,9 @@ $(call Append_Conditional, LIB_SRCS_EXCLUDE, midware.c)
$(call
Append_Conditional,
SRCS_midware,
midware.c)
$(call
Append_Conditional,
SRCS_midware,
midware.c)
$(call
Append_Conditional,
TARGET,
midware)
$(call
Append_Conditional,
TARGET,
midware)
LDFLAGS
+=
-L
$(TOP_DIR)
/output/release/lib
-static
-lapi_com
#LDFLAGS += -L$(TOP_DIR)/common/api -static -lev -lnanomsg -ldl
CFLAGS
+=
-I
$(TOP_DIR)
/common/nanomsg/include
CFLAGS
+=
-I
$(TOP_DIR)
/common/nanomsg/include
CFLAGS
+=
-I
$(TOP_DIR)
/common/ev/include
CFLAGS
+=
-I
$(TOP_DIR)
/common/ev/include
CFLAGS
+=
-I
$(TOP_DIR)
/common/api
CFLAGS
+=
-I
$(TOP_DIR)
/common/api
LDFLAGS
+=
-lapi_com
LDFLAGS
+=
-L
$(TOP_DIR)
/common/nanomsg
-static
-lnanomsg
-lanl
LDFLAGS
+=
-L
$(TOP_DIR)
/common/nanomsg
-static
-lnanomsg
-lanl
LDFLAGS
+=
-L
$(TOP_DIR)
/common/ev
-static
-lev
LDFLAGS
+=
-L
$(TOP_DIR)
/common/ev
-static
-lev
LDFLAGS
+=
-lapi_com
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment