mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
spi_flash: Remove duplicate spi_flash_rom_patch in CMakeLists.txt
This commit is contained in:
committed by
Angus Gratton
parent
eea0a6bc56
commit
894a3b4771
@@ -44,10 +44,6 @@ else()
|
|||||||
set(priv_requires bootloader_support app_update soc)
|
set(priv_requires bootloader_support app_update soc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(IDF_TARGET STREQUAL "esp32")
|
|
||||||
list(APPEND srcs "spi_flash_rom_patch.c")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
idf_component_register(SRCS "${srcs}"
|
idf_component_register(SRCS "${srcs}"
|
||||||
PRIV_REQUIRES "${priv_requires}"
|
PRIV_REQUIRES "${priv_requires}"
|
||||||
INCLUDE_DIRS include
|
INCLUDE_DIRS include
|
||||||
|
Reference in New Issue
Block a user