ports: Add lib/libm/roundf.c to bare-metal Makefile's.
This function is not used by the core but having it as part of the build allows it to be used by user C modules, or board extensions. The linker won't include it in the final firmware if it remains unused.
This commit is contained in:
committed by
Damien George
parent
bf4fb16250
commit
c5cc64175b
@@ -90,6 +90,7 @@ LIB_SRC_C += $(addprefix lib/,\
|
||||
libm/asinfacosf.c \
|
||||
libm/atanf.c \
|
||||
libm/atan2f.c \
|
||||
libm/roundf.c \
|
||||
utils/sys_stdio_mphal.c \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user