[PATCH 1/1] test: The LMB test depends on CONFIG_LMB
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Dec 19 23:43:26 CET 2025
We cannot build the LMB test without the LMB library.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
test/lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/lib/Makefile b/test/lib/Makefile
index 7c9dc180c8d..f25383a40e5 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -16,7 +16,7 @@ obj-$(CONFIG_USE_PRIVATE_LIBGCC) += test_ctz.o
endif
obj-y += hexdump.o
obj-$(CONFIG_SANDBOX) += kconfig.o
-obj-y += lmb.o
+obj-$(CONFIG_LMB) += lmb.o
obj-$(CONFIG_HAVE_SETJMP) += longjmp.o
obj-$(CONFIG_SANDBOX) += membuf.o
obj-$(CONFIG_HAVE_INITJMP) += initjmp.o
--
2.51.0
More information about the U-Boot
mailing list