From 49286864729e2362868c91009183163a267db781 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Jan 2020 17:49:25 +0000 Subject: Small incremental build fixes (9) --- make | 1 + 1 file changed, 1 insertion(+) (limited to 'make') 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 -- cgit v1.3.1