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
5acafb4d
Commit
5acafb4d
authored
Apr 29, 2019
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cypwifi: use findtoolchain relative to $LEGATO_ROOT
parent
0cc32e7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
build.sh
linux_kernel_modules/cypwifi/build.sh
+5
-3
No files found.
linux_kernel_modules/cypwifi/build.sh
View file @
5acafb4d
...
...
@@ -19,14 +19,16 @@ if [ -z "$2" ] ; then
exit
3
fi
export
PATH
=
`
findtoolchain
${
LEGATO_TARGET
}
dir
`
:
$PATH
export
MY_KERNEL
=
`
findtoolchain
${
LEGATO_TARGET
}
kernelroot
`
FINDTOOLCHAIN
=
${
LEGATO_ROOT
}
/bin/findtoolchain
export
PATH
=
`
${
FINDTOOLCHAIN
}
${
LEGATO_TARGET
}
dir
`
:
$PATH
export
MY_KERNEL
=
`
${
FINDTOOLCHAIN
}
${
LEGATO_TARGET
}
kernelroot
`
export
KLIB
=
$MY_KERNEL
export
KLIB_BUILD
=
$MY_KERNEL
# Need to change these if you want a different X-chain
export
ARCH
=
arm
export
CROSS_COMPILE
=
`
findtoolchain
${
LEGATO_TARGET
}
prefix
`
export
CROSS_COMPILE
=
`
${
FINDTOOLCHAIN
}
${
LEGATO_TARGET
}
prefix
`
# Lets do it
...
...
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