mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
69cb2e89e9
commit
27846ffec7
6 changed files with 14 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue