mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
Merge branch 'bugfix/secure_boot_fixes' into 'master'
Secure boot related fixes Fix some issues (mostly build system) from the secure boot implementation Also refactor the way submodule checks are applied to make them more reliable. See merge request !207
This commit is contained in:
@@ -17,9 +17,7 @@ COMPONENT_ADD_LDFLAGS := -lesp32 \
|
||||
|
||||
ALL_LIB_FILES := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS))
|
||||
|
||||
# automatically trigger a git submodule update
|
||||
# if any libraries are missing
|
||||
$(eval $(call SubmoduleCheck,$(ALL_LIB_FILES),$(COMPONENT_PATH)/lib))
|
||||
COMPONENT_SUBMODULES += lib
|
||||
|
||||
# this is a hack to make sure the app is re-linked if the binary
|
||||
# libraries change or are updated. If they change, the main esp32
|
||||
|
||||
Reference in New Issue
Block a user