Merge pull request #112 from fbelavenuto/dev

New version of igb module
This commit is contained in:
Fabio Belavenuto 2022-08-18 14:37:08 -03:00 committed by GitHub
commit 2abbdbf939
23 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ function export-vars() {
echo "Use: export-vars <platform>"
exit 1
fi
export KSRC="/opt/${1}/build"
export CROSS_COMPILE="/opt/${1}/bin/x86_64-pc-linux-gnu-"
export CFLAGS="-I/opt/${1}/include"
export LDFLAGS="-I/opt/${1}/lib"