From a9545970af4c35e7135c8005a9a94e21ca19623c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 2 May 2025 12:19:38 -0400 Subject: build: Add @PROJECT_ROOT@ build var Add project root build var as some hosts may not handle relative paths the same as others. Signed-off-by: Ian Moffett --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f068df6..2effa66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,6 +4,7 @@ override PROMPT := printf "%s\t\t%s\n" ############################### # CFLAGS, QEMU flags + misc ############################### +override PROJECT_ROOT = @PROJECT_ROOT@ override BOOT_FW = @BOOT_FW@ override ARCH = @ARCH@ override HYRA_VERSION = @PACKAGE_VERSION@ -- cgit v1.2.3