From fd93aa143a90fd88375aa149ac8486abc61d7e61 Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Thu, 18 Aug 2022 10:06:32 -0300 Subject: [PATCH] Adding KSRC variable into docker --- docker/files/opt/do.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/files/opt/do.sh b/docker/files/opt/do.sh index f605d7a0..8e8feef7 100755 --- a/docker/files/opt/do.sh +++ b/docker/files/opt/do.sh @@ -9,6 +9,7 @@ function export-vars() { echo "Use: export-vars " 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"