diff options
| author | Paul Sokolovsky | 2016-01-01 13:02:53 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-01-01 13:04:32 +0200 |
| commit | ddea7cb702db6ff350602b2bdd2193f149570060 (patch) | |
| tree | 51589d06ee2c1b7ae99efa282d5e237f673423cb /py | |
| parent | 0992588811df90154759f9af6261f07e69cf784a (diff) | |
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
That's just function which sets/gets dup terminal object, and can be
easily reused across ports.
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ PY_O_BASENAME = \ ../extmod/machine_mem.o \ ../extmod/modussl.o \ ../extmod/fsusermount.o \ + ../extmod/moduos_dupterm.o \ # prepend the build destination prefix to the py object files PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME)) |
