BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
305dd2a5
Commit
305dd2a5
authored
Nov 29, 2016
by
David Pochet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add makefile for standalone build with mksys
parent
452bc649
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
Makefile
Makefile
+36
-0
mangoh.sdef
mangoh.sdef
+6
-0
No files found.
Makefile
0 → 100644
View file @
305dd2a5
TARGET
:=
wp85
# Load default PA definitions from main Legato Makefile
$(shell
grep
'export PA_DIR .*'
$(LEGATO_ROOT)/Makefile
>
legatoDefs.mk)
$(shell
grep
'export .*_PA_.* .*'
$(LEGATO_ROOT)/Makefile
>>
legatoDefs.mk)
-include
legatoDefs.mk
# Default targets definitions from Framework
-include
targetDefs.$(TARGET)
.PHONY
:
all $(TARGET)
all
:
$(TARGET)
$(TARGET)
:
export
MANGOH_ROOT
=
$(
shell
pwd
)
&&
\
mksys
-t
$(TARGET)
\
-i
"
$(LEGATO_ROOT)
/interfaces/supervisor"
\
-i
"
$(LEGATO_ROOT)
/interfaces/positioning"
\
-i
"
$(LEGATO_ROOT)
/interfaces/airVantage"
\
-i
"
$(LEGATO_ROOT)
/interfaces/modemServices"
\
-i
"
$(LEGATO_ROOT)
/interfaces"
\
-i
"
$(LEGATO_ROOT)
/interfaces/atServices"
\
-i
"
$(LEGATO_ROOT)
/interfaces/wifi"
\
-i
"
$(LEGATO_ROOT)
/interfaces/secureStorage"
\
-i
"
$(LEGATO_ROOT)
/interfaces/logDaemon"
\
-s
"
$(LEGATO_ROOT)
/modules/WiFi/service"
\
-s
"
$(LEGATO_ROOT)
/components"
\
-s
"
$(LEGATO_ROOT)
/modules/WiFi/apps/tools/wifi"
\
-s
"
$(LEGATO_ROOT)
/apps/platformServices/airVantage"
\
-s
"
$(LEGATO_ROOT)
/apps/platformServices"
\
-s
"
$(LEGATO_ROOT)
/apps/tools"
\
-C
-g
-X
-g
-L
-g
\
mangoh.sdef
clean
:
rm
-rf
/tmp/mkbuild_
*
_build_
*
*
.update legatoDefs.mk
mangoh.sdef
View file @
305dd2a5
...
...
@@ -5,6 +5,12 @@
// Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
//--------------------------------------------------------------------------------------------------
buildVars:
{
LEGATO_WIFI_ROOT = $LEGATO_ROOT/modules/WiFi
LEGATO_WIFI_PA = ti
}
apps:
{
// Platform services.
...
...
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