diff --git a/Makefile b/Makefile index 2827348e1..a04c37838 100644 --- a/Makefile +++ b/Makefile @@ -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; \