Add debug to find out whether the submodule is really checked out

This commit is contained in:
Bartosz Nitka
2025-02-23 23:05:19 +01:00
parent 0a8f9a604e
commit 40ec2f6677

View File

@ -81,6 +81,8 @@ sdk/OpenLN882H/project/OpenBeken/app:
prebuild_OpenBK7231N:
git submodule update --init --recursive sdk/OpenBK7231N
git submodule update --init --recursive src/berry
# debug missing submodule
ls -ltR
@if [ -e platforms/BK7231N/pre_build.sh ]; then \
echo "prebuild found for OpenBK7231N"; \
sh platforms/BK7231N/pre_build.sh; \