diff options
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index b836248c6..f6681eefa 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -72,6 +72,10 @@ STM_SRC_C = $(addprefix stmhal/,\ LIB_SRC_C = $(addprefix lib/,\ libc/string0.c \ + libm/math.c \ + libm/fmodf.c \ + libm/roundf.c \ + libm/ef_sqrt.c \ mp-readline/readline.c \ netutils/netutils.c \ timeutils/timeutils.c \ |
