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
09d6f4ff
Commit
09d6f4ff
authored
Sep 16, 2020
by
尹佳钦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://172.17.3.10:17001/chenweican/k-sdk
parents
db31043a
faff11d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
platform/zigbee/app/builder/Z3GatewayHost/Makefile
platform/zigbee/app/builder/Z3GatewayHost/Makefile
+3
-2
platform/zigbee/app/builder/Z3GatewayHost/libsqlite_ubuntu.a
platform/zigbee/app/builder/Z3GatewayHost/libsqlite_ubuntu.a
+0
-0
platform/zigbee/makefile
platform/zigbee/makefile
+6
-0
No files found.
platform/zigbee/app/builder/Z3GatewayHost/Makefile
View file @
09d6f4ff
...
...
@@ -87,6 +87,7 @@ INCLUDES= \
-I
./../../../platform/base/hal/micro/unix/host
\
-I
../../../platform/base/hal/micro/unix/host/board
\
-I
./rpc_api/inc
\
-I
../../../../../common/sqlite/
\
-I
./ZB
\
...
...
@@ -375,10 +376,10 @@ $(TARGET_FILE): $(APPLICATION_OBJECTS) $(LIBRARIES)
else
$(TARGET_FILE)
:
$(APPLICATION_OBJECTS) $(LIBRARIES)
ifeq
($(CONFIG_VENDOR),ubuntu)
$(LD)
$^
$(LINKER_FLAGS)
-lm
-L
.
-lapi_com_ubuntu
-lnanomsg_ubuntu
-lanl
-pthread
-lev_ubuntu
-l
sqlite3
-lkk_hal_ubuntu
-o
$(TARGET_FILE)
$(LD)
$^
$(LINKER_FLAGS)
-lm
-L
.
-lapi_com_ubuntu
-lnanomsg_ubuntu
-lanl
-pthread
-lev_ubuntu
-l
kk_hal_ubuntu
-lsqlite_ubuntu
-ldl
-o
$(TARGET_FILE)
@
echo
-e
'\n$@ build success'
else
$(LD)
$^
$(LINKER_FLAGS)
-lm
-L
.
-lapi_com
-lnanomsg
-lanl
-pthread
-lev
-lkk_hal
-lsqlite
3
-o
$(TARGET_FILE)
$(LD)
$^
$(LINKER_FLAGS)
-lm
-L
.
-lapi_com
-lnanomsg
-lanl
-pthread
-lev
-lkk_hal
-lsqlite
-o
$(TARGET_FILE)
@
echo
-e
'\n$@ build success'
endif
endif
...
...
platform/zigbee/app/builder/Z3GatewayHost/libsqlite_ubuntu.a
0 → 100644
View file @
09d6f4ff
File added
platform/zigbee/makefile
View file @
09d6f4ff
CONFIG_TPL
:=
$(CURDIR)
/../../../.config
CONFIG_VENDOR
:=
$(
shell
grep
-m
1
"VENDOR *:"
$(CONFIG_TPL)
2>/dev/null|awk
'{ print $$NF
}
'
)
export
CONFIG_VENDOR
TOP_DIR_ZIGBEE
?=
$(CURDIR)
ZIGBEE_MAKEFILE_PATH
?=
$(TOP_DIR_ZIGBEE)
/app/builder/Z3GatewayHost/
all
:
@
cd
$(ZIGBEE_MAKEFILE_PATH)
&&
$(MAKE)
;
\ 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