diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-08-12 23:24:29 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-08-12 23:24:29 +0100 |
| commit | 9d02780eafd9546354fd3ac429b0211f52331650 (patch) | |
| tree | 8555d3bcd890873c25169d3fd46014cb629343e8 /py/py.mk | |
| parent | 75ec22bf11301909ddc70c817eb0050ea45c5e34 (diff) | |
| parent | 1ddd844815014d01f342489ced131bc73980e0be (diff) | |
Merge branch 'pfalcon-modzlibd'v1.3
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -104,7 +104,8 @@ PY_O_BASENAME = \ smallint.o \ pfenv.o \ pfenv_printf.o \ - ../extmod/moductypes.o + ../extmod/moductypes.o \ + ../extmod/modzlibd.o \ # prepend the build destination prefix to the py object files PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME)) |
