aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2014-03-22 14:56:32 +0000
committerDamien George2014-03-22 14:56:32 +0000
commitad7b84a7b9a1beb960d216995dd608b794440183 (patch)
tree42cd9a64d5a84343da64f57e3858466a820ac573 /stmhal/Makefile
parent684164a8cf8c2b989049d964ca7fc0419ada31ab (diff)
stmhal: Add os module with a few basic functions.
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 ca697279c..9d4640d1f 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -73,6 +73,7 @@ SRC_C = \
gccollect.c \
pyexec.c \
pybmodule.c \
+ osmodule.c \
import.c \
lexerfatfs.c \
gpio.c \