aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorDamien George2014-08-21 15:12:51 +0100
committerDamien George2014-09-07 20:40:32 +0100
commit6c9c7bc75a48e71b31dfce4ec55cbd0d308771fd (patch)
treeaf61aab5f58f137b1904f06388f1085303491e2e /py/py.mk
parentc8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2 (diff)
stmhal: Implement generic select.select and select.poll.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index e2288d382..9101704b7 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -112,6 +112,7 @@ PY_O_BASENAME = \
pfenv_printf.o \
../extmod/moductypes.o \
../extmod/modzlibd.o \
+ ../extmod/modselect.o \
# prepend the build destination prefix to the py object files
PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME))