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
85f0829f
Commit
85f0829f
authored
Apr 30, 2019
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix yellow build issue
parent
5acafb4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile
Makefile
+1
-1
build.sh
linux_kernel_modules/cypwifi/build.sh
+3
-2
No files found.
Makefile
View file @
85f0829f
...
...
@@ -30,7 +30,7 @@ all: green_wp85 green_wp750x green_wp76xx green_wp77xx \
LEGATO
?=
1
.PHONY
:
legato_%
legato_%
:
$
(
eval
LEGATO_TARGET :
=
$
(
subst legato_,,
$@
))
$
(
eval
export
LEGATO_TARGET :
=
$
(
subst legato_,,
$@
))
ifeq
($(LEGATO),0)
echo
"Not building LEGATO due to \$$LEGATO == 0"
else
...
...
linux_kernel_modules/cypwifi/build.sh
View file @
85f0829f
#
#!/bin/sh
# We Assume that the user has run cfglegato previously to make many
# environment variables exportable
...
...
@@ -34,7 +35,7 @@ export CROSS_COMPILE=`${FINDTOOLCHAIN} ${LEGATO_TARGET} prefix`
# Lets do it
OLDPWD
=
`
pwd
`
cd
${
MANGOH_ROOT
}
/build/
${
1
}
/modules/cypwifi
if
[
"
$2
"
=
=
"clean"
]
;
then
if
[
"
$2
"
=
"clean"
]
;
then
make defconfig-brcmfmac
fi
make modules
...
...
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