summaryrefslogtreecommitdiff
path: root/py/objmodule.c
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2025-03-11 17:17:39 +1100
committerDamien George <damien@micropython.org>2025-03-27 17:51:12 +1100
commitcccac2cc0127eb43de4524c74424ecaaa594c80e (patch)
treea3f6e8a83f44759bc1719cae16b02ef66b9ee29e /py/objmodule.c
parent2db0c0225f41292f85b2cf49257d663856d5c8db (diff)
rp2,esp32,extmod: Implement UPDATE_SUBMODULES in CMake.
Rather than having Make calling CMake to generate a list of submodules and then run a Make target (which is complex and prone to masking other errors), implement the submodule update logic in CMake itself. Internal CMake-side changes are that GIT_SUBMODULES is now a CMake list, and the trigger variable name is changed from ECHO_SUBMODULES to UPDATE_SUBMODULES. The run is otherwise 100% a normal CMake run now, so most of the other special casing can be removed. Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'py/objmodule.c')
0 files changed, 0 insertions, 0 deletions