OSDN Git Service

test: Fix math .c dependency
[uclinux-h8/uClibc.git] / libm / Makefile.in
index 2235933..23a55b3 100644 (file)
@@ -20,7 +20,7 @@
 # by Erik Andersen <andersen@codepoet.org>
 #
 
-subdirs += libm
+subdirs += libm libm/$(TARGET_ARCH)
 
 CFLAGS-libm := -DNOT_IN_libc -DIS_IN_libm $(SSP_ALL_CFLAGS)
 CFLAGS-libm += -D_IEEE_LIBM
@@ -72,7 +72,8 @@ libm_CSRC := \
        s_fpclassify.c s_fpclassifyf.c s_signbit.c s_signbitf.c \
        s_isnan.c s_isnanf.c s_isinf.c s_isinff.c s_finitef.c \
        s_fdim.c s_fma.c s_fmax.c s_fmin.c \
-       s_remquo.c w_exp2.c
+       s_remquo.c w_exp2.c \
+       cexp.c sincos.c
 
 # Not implemented [yet?], see comment in float_wrappers.c:
 # fdimf.o fmaf.o fmaxf.o fminf.o