1
0
Fork 0
forked from nuttx/nuttx-update

cmake(bugfix):fix robot openlibm cmake build missing source error

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19 2024-10-22 17:08:57 +08:00 committed by Xiang Xiao
parent 9d4218666c
commit c60b980968
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ set(SRCS
intel64_check_capability.c
intel64_cpu.c)
if(CONFIG_x86_64_UNWINDER_FRAME_POINTER)
if(CONFIG_X86_64_UNWINDER_FRAME_POINTER)
list(APPEND SRCS intel64_backtrace_fp.c)
endif()

View file

@ -143,7 +143,7 @@ if(CONFIG_LIBM_OPENLIBM)
common.c
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c
e_exp10.c e_expf.c e_exp10f.c e_fmod.c e_fmodf.c
e_expf.c e_fmod.c e_fmodf.c
e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c
e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c
e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c