Files
esp-idf/components/spi_flash/component.mk
T

8 lines
163 B
Makefile
Raw Normal View History

COMPONENT_ADD_INCLUDEDIRS := include
2016-10-21 17:08:05 +11:00
ifdef IS_BOOTLOADER_BUILD
# Bootloader needs updated SPIUnlock from this file
COMPONENT_OBJS := spi_flash_rom_patch.o
endif