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:
Amir Gonnen 2021-10-06 22:09:04 +03:00
parent 2a81dea4fa
commit ec6a9fca1b

View File

@ -15,7 +15,6 @@ BAUD ?= 460800
PYTHON ?= python3 PYTHON ?= python3
GIT_SUBMODULES = lib/berkeley-db-1.xx GIT_SUBMODULES = lib/berkeley-db-1.xx
GIT_SUBMODULES += lib/lv_bindings
.PHONY: all clean deploy erase submodules FORCE .PHONY: all clean deploy erase submodules FORCE