Index: meson/arch/arm32/meson.build
===================================================================
--- meson/arch/arm32/meson.build	(revision 7eec25fcc916d12889b4ae19ba7f3e78678be3dd)
+++ meson/arch/arm32/meson.build	(revision 7d78e466a029ab433906e8bf0580eb75d143e4fd)
@@ -55,5 +55,4 @@
 arch_boot_link_args = arch_kernel_link_args
 
-
 rd_essential_drv += [
 	'drv/bus/usb/ehci',
Index: meson/arch/ppc32/meson.build
===================================================================
--- meson/arch/ppc32/meson.build	(revision 7eec25fcc916d12889b4ae19ba7f3e78678be3dd)
+++ meson/arch/ppc32/meson.build	(revision 7d78e466a029ab433906e8bf0580eb75d143e4fd)
@@ -1,4 +1,4 @@
 #
-# Copyright (c) 2021 Jiri Svoboda
+# Copyright (c) 2023 Jiri Svoboda
 # Copyright (c) 2019 Jiří Zárevúcky
 # All rights reserved.
@@ -39,4 +39,7 @@
 arch_boot_link_args = []
 
+rd_essential += [
+	'app/ofw'
+]
 
 rd_essential_drv += [
Index: meson/arch/sparc64/meson.build
===================================================================
--- meson/arch/sparc64/meson.build	(revision 7eec25fcc916d12889b4ae19ba7f3e78678be3dd)
+++ meson/arch/sparc64/meson.build	(revision 7d78e466a029ab433906e8bf0580eb75d143e4fd)
@@ -1,4 +1,4 @@
 #
-# Copyright (c) 2021 Jiri Svoboda
+# Copyright (c) 2023 Jiri Svoboda
 # Copyright (c) 2019 Jiří Zárevúcky
 # All rights reserved.
@@ -76,4 +76,8 @@
 endif
 
+rd_essential += [
+	'app/ofw'
+]
+
 if PROCESSOR == 'sun4v'
 	rd_essential_drv += [
