spi_flash: Remove duplicate spi_flash_rom_patch in CMakeLists.txt

pull/4273/head
Angus Gratton 2019-10-28 10:18:17 +11:00 zatwierdzone przez Angus Gratton
rodzic eea0a6bc56
commit 894a3b4771
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -44,10 +44,6 @@ else()
set(priv_requires bootloader_support app_update soc)
endif()
if(IDF_TARGET STREQUAL "esp32")
list(APPEND srcs "spi_flash_rom_patch.c")
endif()
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES "${priv_requires}"
INCLUDE_DIRS include