mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
bootloader_support: exclude bootloader_init.c when building app
Depending on link order of libraries, bootloader implementation of __assert_func could be linked instead of the one provided by newlib.
This commit is contained in:
@@ -9,6 +9,10 @@ endif
|
||||
|
||||
COMPONENT_SRCDIRS := src
|
||||
|
||||
ifndef IS_BOOTLOADER_BUILD
|
||||
COMPONENT_OBJEXCLUDE := src/bootloader_init.o
|
||||
endif
|
||||
|
||||
#
|
||||
# Secure boot signing key support
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user