Browse Source
If a port only needs the core files then it can now use the $(PY_CORE_O) variable instead of $(PY_O). $(PY_EXTMOD_O) contains the list of extmod files (including some files from lib/). $(PY_O) retains its original definition as the list of all object file (including those for frozen code) and is a convenience variable for ports that want everything.pull/3629/merge
Damien George
7 years ago
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue