summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport.mk
blob: 6c7be237bc65be19476cf3b263a8dfa515c1df49 (plain) (blame)
1
2
3
4
5
6
7
# Enable/disable modules to be included in interpreter

# Subset of CPython time module
MICROPY_MOD_TIME = 1

# ffi module requires libffi (libffi-dev Debian package)
MICROPY_MOD_FFI = 0