component.mk 292 B

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