aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-02 15:42:21 -0400
committerIan Moffett <ian@osmora.org>2025-05-02 16:34:04 -0400
commit0331c642f92dce988446ea2ac6b69f82212f71ab (patch)
tree35ef26c38eebc2b9cbfbda516ed8dc8a1f8fabac /configure.ac
parent1b79c42492ea902af29f3157b5c38c89078dc3b8 (diff)
kernel: initramfs: Add initial OMAR port
CPIO is very outdated and its implementations varies on different hosts, best to use OSMORA Archive Format (OMAR) instead! Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9ec378e..fcad555 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,5 +56,6 @@ AC_SUBST(BOOT_FW, [$BOOT_FW])
AC_SUBST(ARCH, [$TARGET])
AC_SUBST(PROJECT_ROOT, [$PROJECT_ROOT])
AC_SUBST(TOOLCHAIN, [clang])
+AC_SUBST(RAMFS_TOOL, [tools/omar/bin/omar])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT