]> granicus.if.org Git - esp-idf/blob - components/spi_flash/component.mk
console/linenoise: support buffered stdout
[esp-idf] / components / spi_flash / component.mk
1 COMPONENT_ADD_INCLUDEDIRS := include
2
3 ifdef IS_BOOTLOADER_BUILD
4 # Bootloader needs updated SPIUnlock from this file
5 COMPONENT_OBJS := spi_flash_rom_patch.o
6 endif
7