libc/elf: rename modlib to libelf

Renaming "modlib" to "libelf" is more in line with the implementation content,
which makes it easier for individual developers to understand the capabilities of this module.

CONFIG_LIBC_MODLIB -> CONFIG_LIBC_ELF

Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
chao an 2025-02-05 16:28:21 +08:00 committed by Lup Yuen Lee
parent 69cb2e89e9
commit 27846ffec7
6 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
config BENCHMARK_FIO
tristate "Flexible I/O Tester"
default n
depends on LIBC_MODLIB && LIBC_DLFCN
depends on LIBC_ELF && LIBC_DLFCN
---help---
https://github.com/axboe/fio Fio spawns a number of threads or processes
doing a particular type of I/O action as specified by the user.