diff options
| author | Damien George | 2014-08-21 15:12:51 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-07 20:40:32 +0100 |
| commit | 6c9c7bc75a48e71b31dfce4ec55cbd0d308771fd (patch) | |
| tree | af61aab5f58f137b1904f06388f1085303491e2e /py/py.mk | |
| parent | c8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2 (diff) | |
stmhal: Implement generic select.select and select.poll.
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |
