Skip to content
Snippets Groups Projects
Select Git revision
  • a19ba5fea073245b98277b372493d652243354e9
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

py.mk

  • Paul Sokolovsky's avatar
    a19ba5fe
    py: Rebuild port if mpconfigport.mk changed (if any). · a19ba5fe
    Paul Sokolovsky authored
    mpconfigport.mk contains configuration options which affect the way
    MicroPython is linked. In this regard, it's "stronger" configuration
    dependency than even mpconfigport.h, so if we rebuild everything on
    mpconfigport.h change, we certianly should of that on mpconfigport.mk
    change too.
    a19ba5fe
    History
    py: Rebuild port if mpconfigport.mk changed (if any).
    Paul Sokolovsky authored
    mpconfigport.mk contains configuration options which affect the way
    MicroPython is linked. In this regard, it's "stronger" configuration
    dependency than even mpconfigport.h, so if we rebuild everything on
    mpconfigport.h change, we certianly should of that on mpconfigport.mk
    change too.