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
94defa07
Commit
94defa07
authored
Sep 16, 2020
by
chen.weican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】修改zigbee的makefile,支持9531编译
【提交人】陈伟灿
parent
a69856c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
platform/zigbee/makefile
platform/zigbee/makefile
+6
-0
No files found.
platform/zigbee/makefile
View file @
94defa07
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)
TOP_DIR_ZIGBEE
?=
$(CURDIR)
ZIGBEE_MAKEFILE_PATH
?=
$(TOP_DIR_ZIGBEE)
/app/builder/Z3GatewayHost/
ZIGBEE_MAKEFILE_PATH
?=
$(TOP_DIR_ZIGBEE)
/app/builder/Z3GatewayHost/
all
:
all
:
@
cd
$(ZIGBEE_MAKEFILE_PATH)
&&
$(MAKE)
;
@
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