Skip to content
  • stijn's avatar
    unix: Fix linker errors when time/ffi modules are disabled · f42dbb98
    stijn authored
    When disabling these via mpconfigport.mk or on the commandline,
    the correspoding build options are not set and the sources are not
    built so the modules should not be added to the
    MICROPY_EXTRA_BUILTIN_MODULES list since they are undefined.
    f42dbb98