ports/esp32/Makefile: Remove lib/lv_bindings from GIT_SUBMODULES
The 'make submodules' rule does not work recursively, so adding only lib/lv_bindings is not enough, and adding all its submodules manually is harder to maintain. In addition, this doesn't work well with LVGL CI, see https://github.com/lvgl/lvgl/pull/2629#issuecomment-934741361
This commit is contained in:
parent
2a81dea4fa
commit
ec6a9fca1b
@ -15,7 +15,6 @@ BAUD ?= 460800
|
||||
PYTHON ?= python3
|
||||
|
||||
GIT_SUBMODULES = lib/berkeley-db-1.xx
|
||||
GIT_SUBMODULES += lib/lv_bindings
|
||||
|
||||
.PHONY: all clean deploy erase submodules FORCE
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user