summaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-17 00:13:13 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-17 00:13:13 +0100
commit89831d02896372730899d37edc4054fb3424c21b (patch)
treeca6c9a2462fdb08d101fd5147dfc71292e48e794 /stmhal/Makefile
parentefc22e376f14e40f4e3cf8b1f72d2e089dbae6dc (diff)
stmhal: Add more math functions.
Taken straight from musl and newlib. License seems compatible with MIT.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index f0d132520..56c00e905 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -70,6 +70,7 @@ SRC_C = \
usb.c \
printf.c \
math.c \
+ mathsincos.c \
malloc0.c \
gccollect.c \
pybstdio.c \