Fix kernel build for those developers who make use OUT_DIR.

Signed-off-by: Javi Ferrer <javi....@gmail.com>
---
 config/BoardConfigKernel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk
index ea7e808d..6342eb54 100644
--- a/config/BoardConfigKernel.mk
+++ b/config/BoardConfigKernel.mk
@@ -85,7 +85,7 @@ endif
 # is set to true or if the binary to run is whitelisted by in a file like
 # build/soong/ui/build/paths/config.go. See the path_interposer source in
 # build/soong/cmd/path_interposer for more details).
-KERNEL_XZ := $(BUILD_TOP)/out/.path/xz
+KERNEL_XZ := $(OUT_DIR)/.path/xz

 # We need to add GCC toolchain to the path no matter what
 # for tools like `as`
-- 
2.30.1
_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to