aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-20 17:49:25 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-20 17:49:25 +0000
commit49286864729e2362868c91009183163a267db781 (patch)
tree18599efae8cfaa16feea43bc900b9a3868b3535b
parent23ed407278f2e21d018eb865f9ae2416e216d7f6 (diff)
downloadlh-bootstrap-49286864729e2362868c91009183163a267db781.tar.xz
Small incremental build fixes (9)
-rwxr-xr-xmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/make b/make
index a4d2aea..f69d033 100755
--- a/make
+++ b/make
@@ -41,6 +41,7 @@ case $hostarch in
default) echo "make: fatal: invalid TRIPLE variable" 1>&2 ; exit 100 ;;
esac
+KERNEL_CONFIG=${KERNEL_CONFIG:-sub/kernel/qemu-system-${hostarch}-config}
PATH="$WD/bin:$OUTPUT/build-build/command:$OUTPUT/build-build/bin:$OUTPUT/build-host/bin:$CROSS_BASE/bin:$PATH"
umask 022