mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1413ec3ff0
Add a comment about why it was removed and where it went.
9 lines
208 B
Makefile
Executable File
9 lines
208 B
Makefile
Executable File
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
ifdef IS_BOOTLOADER_BUILD
|
|
# Bootloader needs updated SPIUnlock from this file
|
|
COMPONENT_OBJS := spi_flash_rom_patch.o
|
|
endif
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|