summaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-25 14:18:18 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-25 14:18:18 +0000
commitcaac542b235003f7b79d7aa23eaebe8f2c772508 (patch)
treef70b42312f091b10c9e3d871fe1a70d573e7cba4 /py/py.mk
parent1dfde891e3e26543da6d42215da6a23c32b0a8bc (diff)
Proper support for registering builtin modules in ROM.
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/py/py.mk b/py/py.mk
index 624797d82..2247b6bab 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -74,8 +74,11 @@ PY_O_BASENAME = \
builtin.o \
builtinimport.o \
builtinevex.o \
- builtinmp.o \
- builtinmath.o \
+ builtintables.o \
+ modarray.o \
+ modcollections.o \
+ modmath.o \
+ modmicropython.o \
vm.o \
showbc.o \
repl.o \