cspec: use absolute path for overlay targets (#597)

The `export-kernel-builds.py` script expects to be able to run the
build from an arbitrary temporary directory.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2023-03-08 07:59:32 +11:00 committed by GitHub
parent 42c4e78e9f
commit 1a7eb92111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ ${KERNEL_BUILD_ROOT}/kernel_all.c_pp: ${KERNEL_BUILD_ROOT}/.cmake_done
ifneq ($(L4V_ARCH),X64)
OVERLAY := overlays/$(L4V_ARCH)/overlay.dts
OVERLAY_OPT := -DKernelCustomDTSOverlay=../../${OVERLAY}
OVERLAY_OPT := -DKernelCustomDTSOverlay=${CSPEC_DIR}/c/${OVERLAY}
DEFAULT_OVERLAY := overlays/$(L4V_ARCH)/default-overlay.dts
${OVERLAY}: overlays/$(L4V_ARCH)/default-overlay.dts