diff options
| author | Damien George | 2014-10-12 23:25:24 +0100 |
|---|---|---|
| committer | Damien George | 2014-10-12 23:25:24 +0100 |
| commit | 29f56826218b3df81eeeaa6e1cdc36890a836e87 (patch) | |
| tree | 1bda1cec0ba2cb6e36840cd874bc5c640307d11d /py/py.mk | |
| parent | 50062587c7dc47f43773e9d172fe3d6099faeb26 (diff) | |
| parent | bfb6af857aaff7f5c2f75116caa6c6b67d63bf52 (diff) | |
Merge pull request #904 from pfalcon/moduzlib
Module "uzlib" - based on similarly named library
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ PY_O_BASENAME = \ ../extmod/modzlibd.o \ ../extmod/modujson.o \ ../extmod/modure.o \ + ../extmod/moduzlib.o \ # prepend the build destination prefix to the py object files PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME)) |
