mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66fb5a29bb
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
9 lines
340 B
CMake
9 lines
340 B
CMake
if(CONFIG_SPI_FLASH_USE_LEGACY_IMPL)
|
|
set(exclude_srcs "test_esp_flash.c" "test_partition_ext.c")
|
|
endif()
|
|
|
|
idf_component_register(SRC_DIRS "."
|
|
EXCLUDE_SRCS "${exclude_srcs}"
|
|
PRIV_INCLUDE_DIRS "."
|
|
PRIV_REQUIRES cmock test_utils spi_flash bootloader_support app_update)
|