For some reason lroundl.c was not in the list of source files to be
compiled, causing issues in the redis build.
Signed-off-by: Hugo Lefeuvre <hugo.lefeuvre@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
################################################################################
# Newlib/libm code -- common
################################################################################
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/lroundl.c
LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/llroundl.c
LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/logl.c
LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/expl.c