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

12 lines
292 B
Makefile
Raw Normal View History

COMPONENT_ADD_INCLUDEDIRS := include
2019-06-06 10:57:29 +08:00
COMPONENT_SRCDIRS := . $(IDF_TARGET)
COMPONENT_PRIV_INCLUDEDIRS := private_include
2018-04-18 10:57:45 +08:00
COMPONENT_ADD_LDFRAGMENTS += linker.lf
2016-10-21 17:08:05 +11:00
ifdef IS_BOOTLOADER_BUILD
# Bootloader needs updated SPIUnlock from this file
COMPONENT_OBJS := esp32/spi_flash_rom_patch.o
2016-10-21 17:08:05 +11:00
endif