summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-24 16:40:53 -0400
committerIan Moffett <ian@osmora.org>2025-05-24 16:42:10 -0400
commit7f52818ebf05f056eb31cdcb09fbc564a4ece6c4 (patch)
tree0f617a3a391e6ba232a967c887cd6e8bfe54a258 /configure.ac
parent06260dd6aeedc5c4ab0d42215fc38ab459365ce3 (diff)
project: Build Hyra with ./hyra-install.sh
- Deprecate *direct* use of 'make' for building world - Add hyra-build.sh to replace direct use of 'make' - Remove make vars that will no longer be used - Update workflow script for GitHub mirror - Add install media detection define (_INSTALL_MEDIA) - Add install media detection logs - Update build instructions within README.md Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7d0f5fa..9ba935c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,5 @@ 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