moduzlib: Integrate into the system.

This commit is contained in:
Paul Sokolovsky
2014-10-12 08:16:34 -07:00
parent 426bb58b23
commit 34162872b1
7 changed files with 16 additions and 2 deletions

View File

@@ -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))