From fa26708beb508378a3cbe8f0b1a946119ff8f7eb Mon Sep 17 00:00:00 2001 From: anjiahao Date: Sun, 6 Oct 2024 23:10:59 +0800 Subject: [PATCH] dlcn:need select MODULES when compile Signed-off-by: anjiahao --- libs/libc/dlfcn/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libc/dlfcn/Kconfig b/libs/libc/dlfcn/Kconfig index 7ee9cce378695..a30d5f8e97361 100644 --- a/libs/libc/dlfcn/Kconfig +++ b/libs/libc/dlfcn/Kconfig @@ -8,6 +8,7 @@ config LIBC_DLFCN bool "Shared library support" default n + select MODULES select LIBC_MODLIB if !BUILD_FLAT select MODULE if BUILD_FLAT ---help---