diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-02 12:19:38 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-02 12:19:38 -0400 |
commit | a9545970af4c35e7135c8005a9a94e21ca19623c (patch) | |
tree | 044466b29d52de129be5ba5ab27d949239c70cf0 /Makefile.in | |
parent | 788c45fcaba9e64d84a1a293217bb532259168c7 (diff) |
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 <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |