From d0416903dc48144a114a7cfefe18652726b372d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Mon, 4 Jul 2022 16:29:54 +0200 Subject: [PATCH] Typo in boot_modules. --- repos/mml/run/posix_playground.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/mml/run/posix_playground.run b/repos/mml/run/posix_playground.run index 59f982391d..85d7e6afd8 100644 --- a/repos/mml/run/posix_playground.run +++ b/repos/mml/run/posix_playground.run @@ -39,7 +39,7 @@ install_config { } set boot_modules { - core init timer vfs.lb.so ld.lib.so libc.lib.so libm.lib.so stdcxx.lib.so posix_playground + core init timer vfs.lib.so ld.lib.so libc.lib.so libm.lib.so stdcxx.lib.so posix_playground } build_boot_image $boot_modules