micropython/unix/mpconfigport.mk
Paul Sokolovsky ed1239fce6 Add mpconfigport.mk file to configure which modules to include into build.
Proof of concept, controls "ffi" module as one which requires external
dependencies.
2014-02-01 20:09:45 +02:00

5 lines
133 B
Makefile

# Enable/disable modules to be included in interpreter
# ffi module requires libffi (libffi-dev Debian package)
MICROPY_MOD_FFI = 0