diff options
Diffstat (limited to 'unix/mpconfigport.mk')
-rw-r--r-- | unix/mpconfigport.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/mpconfigport.mk b/unix/mpconfigport.mk index d220339397..6c7be237bc 100644 --- a/unix/mpconfigport.mk +++ b/unix/mpconfigport.mk @@ -1,4 +1,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 |