mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-04 16:55:30 +00:00
Add debug to find out whether the submodule is really checked out
This commit is contained in:
2
Makefile
2
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; \
|
||||
|
||||
Reference in New Issue
Block a user