1COMPONENT_ADD_INCLUDEDIRS := include 2 3COMPONENT_SRCDIRS := . $(IDF_TARGET) 4COMPONENT_PRIV_INCLUDEDIRS := private_include 5 6COMPONENT_ADD_LDFRAGMENTS += linker.lf 7 8ifdef IS_BOOTLOADER_BUILD 9# Bootloader needs updated SPIUnlock from this file 10COMPONENT_OBJS := esp32/spi_flash_rom_patch.o 11endif 12